Skip to content

Commit

Permalink
fix(gulp:serve): add env:all
Browse files Browse the repository at this point in the history
closes #1779
  • Loading branch information
Awk34 committed Apr 18, 2016
1 parent 1e1c7ed commit 27531fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.babel(gulp).js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ gulp.task('watch', () => {
});

gulp.task('serve', cb => {
runSequence(['clean:tmp', 'constant'<% if(filters.ts) { %>, 'tsd'<% } %>],
runSequence(['clean:tmp', 'constant', 'env:all',<% if(filters.ts) { %>, 'tsd'<% } %>],
['lint:scripts', 'inject'<% if(filters.jade) { %>, 'jade'<% } %>],
['wiredep:client'],
['transpile:client', 'styles'],
Expand Down

0 comments on commit 27531fb

Please sign in to comment.