Skip to content

Commit

Permalink
Run css task in default task
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney committed Dec 2, 2018
1 parent 4884e66 commit b9f31a6
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 @@ -14,4 +14,4 @@ gulp.task('watch', gulp.series(
'jekyll'
));

gulp.task('default', gulp.series('scripts', 'test', 'copy-dist'));
gulp.task('default', gulp.series('scripts', 'css', 'test', 'copy-dist'));

0 comments on commit b9f31a6

Please sign in to comment.