2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 09:54:28 -06:00

Watch all js files

This commit is contained in:
A-312 2020-03-05 18:34:24 +01:00
parent 23a06e46a3
commit 67ba044b5c

View File

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