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
lib/*
/lib/*
*.backup
/public/*

View File

@ -187,7 +187,10 @@ module.exports = function(grunt) {
script: 'red.js',
options: {
args:['-v'],
ext: 'js,html'
ext: 'js,html',
watch: [
'red','nodes'
]
}
}
},