Update inject.js
parent
bb01385d1b
commit
141fc393d9
|
@ -36,7 +36,6 @@ gulp.task('inject', ['scripts', 'styles', 'injectAuth', 'inject404', 'copyVendor
|
|||
};
|
||||
|
||||
return gulp.src(path.join(conf.paths.src, '/index.html'))
|
||||
.pipe(gulpRemoveHtml())
|
||||
.pipe($.inject(injectStyles, injectOptions))
|
||||
.pipe($.inject(injectScripts, injectOptions))
|
||||
.pipe(wiredep(_.extend({}, conf.wiredep)))
|
||||
|
|
Loading…
Reference in New Issue