Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Corrected 'prod' task in gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanemmer committed Aug 19, 2015
1 parent 98f3e8c commit d737696
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 @@ -191,5 +191,5 @@ gulp.task('debug', function(done) {

// Run the project in production mode
gulp.task('prod', function(done) {
runSequence('build', 'lint', ['nodemon', 'watch'], done);
runSequence('build', 'env:prod', 'lint', ['nodemon', 'watch'], done);
});

0 comments on commit d737696

Please sign in to comment.