loewydesign / loewy-assets

A front-end asset pipeline driven by gulp.js.
MIT License
12 stars 3 forks source link

Implement `gulp-plumber` for `js` and `styles` tasks #9

Open agopshi opened 8 years ago

agopshi commented 8 years ago

Please implement the gulp-plumber monkey-patch for the js and styles tasks. Basically, you need to pipe through plumber() before any other tool. This prevents broken pipes from stalling the entire stream. (e.g. if something goes wrong with the Sass pipe, it won't hang the whole watch process, it'll just keep going)