Skip to content

Commit

Permalink
update gulp to remove bower ref
Browse files Browse the repository at this point in the history
  • Loading branch information
marsmith committed Mar 3, 2017
1 parent cddde02 commit 9000653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/templates/_gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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']);
});

0 comments on commit 9000653

Please sign in to comment.