Currently is seems that for any code change in a sails.js app you have to manually stop the sails server and run sails lift again before you can see the changes
sails lift
Better you use
npm install -g nodemon
i am using this, and it will helps to improve my developing speed. no need to edit any files for this one!.
after installation
nodemon app.js