Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Sep 12, 2016
1 parent e4732e1 commit 5e503d6
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 @@ -9,7 +9,7 @@ RequireDir('./tasks');


// Build task definitions
Gulp.task('dev-build', ['fonts', 'images', 'misc', 'styles', 'webpack:build', 'lint']);
Gulp.task('prod-build', ['fonts', 'images', 'misc', 'styles', 'webpack:build', 'lint']);
Gulp.task('dev-build', ['fonts', 'images', 'misc', 'styles', 'webpack:dev-build', 'lint']);

Gulp.task('dev', ['dev-build', 'watch', 'nodemon']);
Expand Down

0 comments on commit 5e503d6

Please sign in to comment.