mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 17:29: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']);
|
||||
|
||||
return nodemon({
|
||||
ignore: ['static/**/*.js', 'app/**/*.js', 'node_modules/**'],
|
||||
ignore: ['static/**/*.js', 'app/**/*.js', 'node_modules/**', 'data/**'],
|
||||
script: 'app.js',
|
||||
ext: 'js'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user