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); }