https://github.com/typicode/cult
cult monitors gulpfile changes and reloads gulp
https://github.com/typicode/cult
Last synced: 6 months ago
JSON representation
cult monitors gulpfile changes and reloads gulp
- Host: GitHub
- URL: https://github.com/typicode/cult
- Owner: typicode
- License: mit
- Created: 2014-02-13T23:47:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T20:36:36.000Z (over 10 years ago)
- Last Synced: 2025-06-25T12:17:33.320Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 487 KB
- Stars: 118
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cult [](https://www.npmjs.com/package/cult)
> Like nodemon but for gulp
```bash
npm install -g gulp cult
```
```bash
cult
```
This command will call `gulp ` and reload it on `gulpfile` change.
If your `gulpfile` is split across multiple files, use this code:
```javascript
var touch = require('touch')
gulp.watch(['gulp/**'], function() { touch.sync('gulpfile.coffee') })
```
MIT - [Typicode](https://github.com/typicode)