Skip to content

Commit

Permalink
don't run images task on watch
Browse files Browse the repository at this point in the history
  • Loading branch information
callumlocke committed May 22, 2014
1 parent 41ccbfc commit f84c4fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,5 @@ gulp.task('watch', ['connect', 'serve'], function () {
});

gulp.watch('app/styles/**/*.<%= includeSass ? 'scss' : 'css' %>', ['styles']);
gulp.watch('app/images/**/*', ['images']);
gulp.watch('bower.json', ['wiredep']);
});

0 comments on commit f84c4fd

Please sign in to comment.