Skip to content

Commit d9d9f62

Browse files
committed
fix(gulp:serve): remove extra comma
1 parent 775fb22 commit d9d9f62

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
@@ -438,7 +438,7 @@ gulp.task('watch', () => {
438438
});
439439

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

0 commit comments

Comments
 (0)