diff --git a/gulpfile.js b/gulpfile.js index 1db27e4..f491563 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -138,7 +138,7 @@ gulp.task('log', function() { gulp.task('inject', function () { var target = gulp.src('index.html'); - var sources = gulp.src(paths.scripts, { base: '.', read: false }); + var sources = gulp.src(paths.scripts.concat(paths.styles), { base: '.', read: false }); return target.pipe(inject(sources, { relative: true })) .pipe(gulp.dest('.')); diff --git a/index.html b/index.html index 6103c41..25dc7dc 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,9 @@