Skip to content

Commit

Permalink
'peg' is now a default gulp task.
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Jun 10, 2015
1 parent 7de9373 commit 3dcb3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -124,7 +124,7 @@ gulp.task('staticlibs', function() {

// Default task which compiles the JS and then watches the JS and CSS for
// changes.
gulp.task('default', ['watch', 'js', 'sass']);
gulp.task('default', ['watch', 'js', 'sass', 'peg']);

// Build production resources and copy them into the serving directory.
gulp.task('prod', ['peg', 'build', 'staticlibs', 'sass']);
Expand Down

0 comments on commit 3dcb3c8

Please sign in to comment.