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

Commit

Permalink
Merge pull request #822 from seanemmer/0.4.0
Browse files Browse the repository at this point in the history
Corrected 'prod' task in gulpfile
  • Loading branch information
lirantal committed Aug 19, 2015
2 parents c2c0c62 + d3e10e0 commit 3f76836
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 3f76836

Please sign in to comment.