Skip to content

Commit e74acdd

Browse files
committed
Merge pull request #1781 from angular-fullstack/fix/gulp-serve-env
fix(gulp:serve): add `env:all`
2 parents eae04e4 + 27531fb commit e74acdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ gulp.task('watch', () => {
437437
});
438438

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

0 commit comments

Comments
 (0)