diff --git a/app/templates/_gulpfile.js b/app/templates/_gulpfile.js index bd3a4b9..5eaf211 100644 --- a/app/templates/_gulpfile.js +++ b/app/templates/_gulpfile.js @@ -111,7 +111,7 @@ gulp.task('serve', ['connect'], function() { open("http://localhost:9000"); }); -// Inject Bower components +// Inject components gulp.task('wiredep', function () { gulp.src('src/styles/*.css') .pipe(wiredep({ @@ -151,6 +151,4 @@ gulp.task('watch', ['less', 'connect', 'serve'], function () { // Watch image files gulp.watch('src/images/**/*', ['images']); - // Watch bower files - gulp.watch('bower.json', ['wiredep']); }); \ No newline at end of file