mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update nodemonignore/watch rules
This commit is contained in:
parent
a2e65b0018
commit
49d3a7190a
@ -1,4 +1,6 @@
|
|||||||
.git/*
|
/Gruntfile.js
|
||||||
|
/.git/*
|
||||||
*.json
|
*.json
|
||||||
lib/*
|
/lib/*
|
||||||
*.backup
|
*.backup
|
||||||
|
/public/*
|
||||||
|
@ -187,7 +187,10 @@ module.exports = function(grunt) {
|
|||||||
script: 'red.js',
|
script: 'red.js',
|
||||||
options: {
|
options: {
|
||||||
args:['-v'],
|
args:['-v'],
|
||||||
ext: 'js,html'
|
ext: 'js,html',
|
||||||
|
watch: [
|
||||||
|
'red','nodes'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user