mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-11 03:09:16 +00:00
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…
Reference in New Issue
Block a user