Skip to content

typicode/cult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 11, 2015
0a89489 · May 11, 2015

History

78 Commits
Dec 15, 2014
Feb 13, 2014
Feb 13, 2014
May 11, 2015
Jan 6, 2015
Jan 6, 2015

Repository files navigation

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

About

cult monitors gulpfile changes and reloads gulp

Resources

License

Stars

Watchers

Forks

Packages

No packages published