Better error handling when compiling the view
This commit is contained in:
parent
b86108d2be
commit
cbddff70e6
@ -35,6 +35,7 @@ gulp.task('view', function() {
|
||||
gulp.src(paths.view)
|
||||
.pipe(plugins.concat('view.js', {newLine: "\n"}))
|
||||
.pipe(plugins.uglify())
|
||||
.on('error', catchError)
|
||||
.pipe(gulp.dest('../dist/'));
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user