From 9000653546fe05825ad64464ced5f4a5908c7965 Mon Sep 17 00:00:00 2001 From: Marty Date: Fri, 3 Mar 2017 12:37:03 -0500 Subject: [PATCH] update gulp to remove bower ref --- app/templates/_gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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