Watch all js files

pull/150/head
A-312 4 years ago
parent 23a06e46a3
commit 67ba044b5c

@ -55,7 +55,7 @@ function styles() {
// Watch for file changes // Watch for file changes
function watch() { function watch() {
gulp.watch('./src/js/easymde.js', scripts) gulp.watch('./src/js/**/*.js', scripts)
gulp.watch(css_files, styles) gulp.watch(css_files, styles)
} }

Loading…
Cancel
Save