I'm using the NodeJS, Sails MVC framework and it seems super easy to get it up and running. Once I have it set up I just run the lift command it voila there's my hello world running all happy and good:
sudo sails lift
But when I make some code changes I'm supposed to restart the Sails app. I'm having trouble finding the command to stop and/or restart my Sails app. Please advise.