Have grunt dev restart on message catalog changes

This commit is contained in:
Nick O'Leary 2015-09-24 10:15:30 +01:00
parent 66ec9bae27
commit b3602b268e
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -237,7 +237,7 @@ module.exports = function(grunt) {
args: nodemonArgs,
ext: 'js,html,json',
watch: [
'red','nodes'
'red','nodes','locales'
]
}
}