An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cult [![](https://img.shields.io/npm/v/cult.svg?style=flat)](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)