I am new to both Sails and grunt so I might be missing the obvious.
I am trying to automatically refresh my sails app in the browser whenever files change.
After lost some time trying do this with sails/grunt, i install the livereload browser plugin (http://livereload.com/extensions/) for .html, js and css and the package (https://www.npmjs.com/package/sails-hook-autoreload) for the models and controllers.