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:
parent
66ec9bae27
commit
b3602b268e
@ -1,6 +1,5 @@
|
||||
/Gruntfile.js
|
||||
/.git/*
|
||||
*.json
|
||||
/lib/*
|
||||
*.backup
|
||||
/public/*
|
||||
|
@ -237,7 +237,7 @@ module.exports = function(grunt) {
|
||||
args: nodemonArgs,
|
||||
ext: 'js,html,json',
|
||||
watch: [
|
||||
'red','nodes'
|
||||
'red','nodes','locales'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user