Skip to content

Commit f03e33a

Browse files
stillesjoAwk34
authored andcommitted
Fixes wiredep not injecting into index.html
1 parent f331592 commit f03e33a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/gulpfile.babel(gulp).js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ gulp.task('watch', () => {
258258
});
259259

260260
gulp.task('serve', cb => {
261-
runSequence(['clean:tmp', 'lint:scripts', 'inject', 'wiredep:client'],<% if(filters.babel || filters.coffee) { %>
261+
runSequence(['clean:tmp', 'lint:scripts', 'inject'],
262+
['wiredep:client'],<% if(filters.babel || filters.coffee) { %>
262263
['transpile:client', 'styles'],<% } else { %>
263264
'styles',<% } %>
264265
['start:server', 'start:client'],

0 commit comments

Comments
 (0)