cult

2.0.6 • Public • Published

cult

cult monitors gulpfile changes and reloads gulp

Install

$ npm install -g cult

Usage

$ cult <task> <othertask>
# will call gulp <task> <othertask> 

Multiple files support

If your gulpfile is split across multiple files, use node-touch and add something similar to this to your watch task to reload on any gulpfile changes:

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

History

  • 2.x.x Since gulp 3.7, there's no need anymore to add --require, cult now will symply monitor gulpfile (until this feature is added to gulp :)
  • 1.x.x Monitors gulpfile changes and adds --require depending on gulpfile extension

License

MIT - Typicode

Dependents (1)

Package Sidebar

Install

npm i cult

Weekly Downloads

8

Version

2.0.6

License

MIT

Last publish

Collaborators

  • typicode