All Projects → typicode → Cult

typicode / Cult

Licence: mit
cult monitors gulpfile changes and reloads gulp

Programming Languages

javascript
184084 projects - #8 most used programming language

cult

Like nodemon but for gulp

npm install -g gulp cult
cult <task> <othertask>

This command will call gulp <task> <othertask> and reload it on gulpfile change.

If your gulpfile is split across multiple files, use this code:

var touch = require('touch')
gulp.watch(['gulp/**'], function() { touch.sync('gulpfile.coffee') })

MIT - Typicode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].