Forgot build step

master
Sven Slootweg 8 years ago
parent 228f2c9b14
commit 7f4863f837

@ -19,7 +19,7 @@ module.exports = function (name, streams) {
* combined stream, so we don't need `gulp-plumber` in our actual pipeline. * combined stream, so we don't need `gulp-plumber` in our actual pipeline.
*/ */
var plumberStream = plumber(function (err) { var plumberStream = plumber(function (err) {
logger.error(err.toString()); logger.error(err);
/* Ensure that the task finishes, so as to not break `gulp.watch`. */ /* Ensure that the task finishes, so as to not break `gulp.watch`. */
this.emit("end"); this.emit("end");
}); });

Loading…
Cancel
Save