Skip to content

Commit 1e51e5b

Browse files
committed
Fix build
1 parent 59650eb commit 1e51e5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ gulp.task('test', ['jsonlint', 'jshint', 'mocha']);
4848
gulp.task('build', plugins.sequence(
4949
'test',
5050
'clean:dist',
51-
['less', 'prism', 'copy', 'require', 'htmlmin', 'cssmin'],
51+
'prism',
52+
['less', 'copy', 'require', 'htmlmin', 'cssmin'],
5253
'htmlManifest'
5354
));
5455

0 commit comments

Comments
 (0)