Back to Sails

tasks/register/build.js

docs/anatomy/tasks/register/build.js.md

12.12.2000571 B
Original Source

tasks/register/build.js

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 www in a production environment (with the NODE_ENV environment variable set to 'production') the buildProd task will be run instead of this one.

<docmeta name="displayName" value="build.js">