Skip to content

GSchutz/gulp-restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

var gulp = require('gulp');

gulp.task('watch', function() {

  var restart = require('gulp-restart');

  // will restart the entire gulp on every file change
  gulp.watch(['src/**/*'], restart);

});

That's it.

About

A simple module to reload the entire gulp process

Resources

License

Stars

Watchers

Forks

Packages

No packages published