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:
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…
x
Reference in New Issue
Block a user