do not watch for data dir
This commit is contained in:
parent
512078da30
commit
470a91e6b0
@ -28,7 +28,7 @@ gulp.task('develop', function() {
|
|||||||
gulp.watch('static/css/**/*.less', ['less']);
|
gulp.watch('static/css/**/*.less', ['less']);
|
||||||
|
|
||||||
return nodemon({
|
return nodemon({
|
||||||
ignore: ['static/**/*.js', 'app/**/*.js', 'node_modules/**'],
|
ignore: ['static/**/*.js', 'app/**/*.js', 'node_modules/**', 'data/**'],
|
||||||
script: 'app.js',
|
script: 'app.js',
|
||||||
ext: 'js'
|
ext: 'js'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user