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']