From cd46a90e32138af13e33ee64fa9baa78d558e6b4 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 8 May 2020 22:41:20 +0200 Subject: [PATCH] [TASK] watch js --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 1200bb2..e8deb3b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -61,6 +61,7 @@ function serve() { }) watch(paths.scss.src, series(scss, css)); + watch(paths.scripts.src, series(js)); watch(paths.html.src, series(html)); watch(paths.html.dest + 'index.html').on('change', server.reload); }