If you would like to try gulp, I have a sails gulp generator suite over on github if you'd like to try them.
https://github.com/Karnith/sails-generate-new-gulp
sails generate sails-generate-new-gulp
$ npm install -g sails-generate-backend-gulp $ npm install -g sails-generate-gulpfile $ npm install -g sails-generate-frontend-gulp $ npm install -g sails-generate-new-gulp
.sailsrc needs to be added to the working dir with the following: (working directory as in the folder that your project is in. eg. if you have a folder nodejs and want to create a project in nodejs folder, the .sailsrc would need to be in the nodejs folder)
-nodejs
--.sailsrc
--newproject
{ "generators": { "modules": { "new": "sails-generate-new-gulp", "frontend": "sails-generate-frontend-gulp", "backend": "sails-generate-backend-gulp", "gulpfile": "sails-generate-gulpfile" } } }
sails generate sails-generate-new-gulp