[TASK] watch js
This commit is contained in:
parent
a54748e6a7
commit
cd46a90e32
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user