From ad98299d1190a2cfb1937e036219a6fd0a2577c1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 18 Apr 2016 21:06:48 +0100 Subject: [PATCH] Add watch task for images --- gulp/watch.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp/watch.coffee b/gulp/watch.coffee index 5ce90b9d..a9a11a21 100644 --- a/gulp/watch.coffee +++ b/gulp/watch.coffee @@ -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']