From 2749c4d6a1052ec3743de3a2984a96e9ea71bbf6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 28 May 2016 19:24:47 +0100 Subject: [PATCH] Fixed JS watcher --- gulp/watch.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/watch.coffee b/gulp/watch.coffee index 78be4228e..4bebfe779 100644 --- a/gulp/watch.coffee +++ b/gulp/watch.coffee @@ -2,4 +2,4 @@ gulp.task 'watch', -> plugins.refresh.listen() gulp.watch config.sass.sourceDir + config.sass.pattern, ['styles'] - gulp.watch config.js.sourceDir + config.sass.pattern, ['scripts'] + gulp.watch config.js.sourceDir + config.js.pattern, ['scripts']