Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wwebfor committed Jan 8, 2016
1 parent 59650eb commit 1e51e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ gulp.task('test', ['jsonlint', 'jshint', 'mocha']);
gulp.task('build', plugins.sequence(
'test',
'clean:dist',
['less', 'prism', 'copy', 'require', 'htmlmin', 'cssmin'],
'prism',
['less', 'copy', 'require', 'htmlmin', 'cssmin'],
'htmlManifest'
));

Expand Down

0 comments on commit 1e51e5b

Please sign in to comment.