1
0
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:
Nick O'Leary 2015-04-09 22:18:37 +01:00
parent a2e65b0018
commit 49d3a7190a
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,6 @@
.git/* /Gruntfile.js
/.git/*
*.json *.json
lib/* /lib/*
*.backup *.backup
/public/*

View File

@ -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'
]
} }
} }
}, },