This Grunt tasklist will be executed if you run sails www or grunt build in a development environment. It generates a folder containing your compiled assets, e.g. for troubleshooting issues with other Grunt plugins, bundling assets for an Electron or PhoneGap app, or deploying your app's flat files to a CDN.
Note that when running
sails wwwin a production environment (with theNODE_ENVenvironment variable set to 'production') thebuildProdtask will be run instead of this one.