Add watch task for images
This commit is contained in:
parent
3a47a68a2a
commit
ad98299d11
|
@ -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']
|
||||
|
|
Reference in a new issue