Add watch task for images

This commit is contained in:
Oliver Davies 2016-04-18 21:06:48 +01:00
parent 3a47a68a2a
commit ad98299d11

View file

@ -5,3 +5,4 @@ gulp.task 'watch', ->
gulp.watch gulp.config.sassPattern, ['styles']
gulp.watch gulp.config.assetsDir + gulp.config.jsPattern, ['scripts']
gulp.watch gulp.config.assetsDir + '/images/**/*', ['copy-images']