We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59650eb commit 1e51e5bCopy full SHA for 1e51e5b
1 file changed
gulpfile.js
@@ -48,7 +48,8 @@ gulp.task('test', ['jsonlint', 'jshint', 'mocha']);
48
gulp.task('build', plugins.sequence(
49
'test',
50
'clean:dist',
51
- ['less', 'prism', 'copy', 'require', 'htmlmin', 'cssmin'],
+ 'prism',
52
+ ['less', 'copy', 'require', 'htmlmin', 'cssmin'],
53
'htmlManifest'
54
));
55
0 commit comments