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 #825 from seanemmer/master
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 98f3e8c + d737696 commit a1570c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
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 a1570c4

Please sign in to comment.