2.0.6 • Published 9 years ago

cult v2.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

cult npm.io

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

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago