Skip to content

Commit 27531fb

Browse files
committed
fix(gulp:serve): add env:all
closes #1779
1 parent 1e1c7ed commit 27531fb

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
@@ -425,7 +425,7 @@ gulp.task('watch', () => {
425425
});
426426

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

0 commit comments

Comments
 (0)