Skip to content

Commit e18f527

Browse files
committed
fix gulp build
1 parent 176a7a8 commit e18f527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ gulp.task('minify-css', function() {
4444
.pipe(gulp.dest(dst));
4545
});
4646

47-
gulp.task('default', ['cache-templates', 'concat-uglify-js', 'minify-css']);
47+
gulp.task('default', ['concat-uglify-js', 'minify-css']);
4848
gulp.task('build', ['default']);

0 commit comments

Comments
 (0)