Back to Sails

tasks/config/clean.js

docs/anatomy/tasks/config/clean.js.md

12.12.2000547 B
Original Source

tasks/config/clean.js

This file configures a Grunt task called "clean".

This task is used when preparing for a new pass through the asset pipeline. Its job is to remove any existing temporary files and folders in your Sails app's web root.

(By default, the web root in a Sails app is a hidden directory called .tmp/public.)

For additional usage documentation, see grunt-contrib-clean.

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