1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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 /Gruntfile.js
/.git/* /.git/*
*.json
/lib/* /lib/*
*.backup *.backup
/public/* /public/*

View File

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