gulp-auto-restart
v0.0.3
Published
auto restart gulp on gulpfile change.
Downloads
32
Readme
gulp-auto-restart
This package add 'gulp-auto-restart' task.
Usage
// gulpfile.js
var autoRestart = require('gulp-auto-restart');
autoRestart({'task': 'watch'});
gulp auto-restart
spawn child gulp process with watch --restart
options and restart it on gulpfile.js change.