Skip to content

Commit 7e9b5f2

Browse files
stillesjoAwk34
authored andcommitted
Fixes wiredep not injecting into index.html
1 parent 4e5c80c commit 7e9b5f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)