cult
cult copied to clipboard
cult monitors gulpfile changes and reloads gulp
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