It's very simple to use and it stops you from catch all the tasks that may fail. gulp.src('./app/script/*.coffee') .pipe(plumber()) .pipe(coffee({ bare: true })) ...
確定! 回上一頁