Skip to content

Aqzhyi/gulp-plumber-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-plumber-notifier

Prevent pipe breaking, log and notify using gulp-plumber and node-notifier

Usage

var plumberNotifier = require('gulp-plumber-notifier');

gulp.src('./src/**/*.js')
  .pipe(plumberNotifier())
  .pipe(sourcemaps.init())
  .pipe(babel({ modules: 'umd' }))
  .pipe(sourcemaps.write())
  .pipe(gulp.dest('./dist'))
  .pipe(connect.reload());

About

Prevent pipe breaking, log and notify using gulp-plumber and node-notifier

Resources

Stars

Watchers

Forks

Packages

No packages published