Update inject.js

pull/107/head
Viktor Verebelyi 2016-07-04 10:17:42 +01:00 committed by GitHub
parent bb01385d1b
commit 141fc393d9
1 changed files with 0 additions and 1 deletions

View File

@ -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)))