sails
Version:
API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)
19 lines (10 loc) • 485 B
Markdown
This file configures a Grunt task called "watch".
It runs predefined tasks whenever watched file patterns are added, changed or deleted.
Specifically, this watches for changes to:
- files in the `assets` folder
- the `tasks/pipeline.js` file
...and then re-runs the appropriate tasks.
For additional usage documentation, see [`grunt-contrib-watch`](https://npmjs.com/package/grunt-contrib-watch).
<docmeta name="displayName" value="watch.js">