Skip to content

Commit

Permalink
Fix a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
panteng committed Apr 13, 2016
1 parent 61a768f commit 8a71f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ gulp.task('clean-files', function(cb) {

// development workflow task
gulp.task('dev', function (cb) {
runSequence(['clean-files', 'clean-cache'], ['publish-fonts', 'publish-images', 'publish-audios', 'publish-css', 'publish-js'], 'inject', 'watch', cb);
runSequence(['clean-files'], ['publish-fonts', 'publish-images', 'publish-audios', 'publish-css', 'publish-js'], 'inject', 'watch', cb);
});

// default task
Expand Down

0 comments on commit 8a71f19

Please sign in to comment.