mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-30 15:05:38 +08:00
fix gulpfile
This commit is contained in:
@@ -12,7 +12,7 @@ gulp.task('less', function() {
|
||||
});
|
||||
|
||||
gulp.task('coffee', function() {
|
||||
return gulp.src(coffeePath + "/**/*.coffee").pipe(coffee()).on('error', function(error) {
|
||||
return gulp.src(coffeePath + "/**/*.coffee").pipe(coffee({bare:true})).on('error', function(error) {
|
||||
throw error;
|
||||
}).pipe(uglify()).pipe(gulp.dest(coffeePath));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user