Skip to content

typicode/cult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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