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
|
/Gruntfile.js
|
||||||
/.git/*
|
/.git/*
|
||||||
*.json
|
|
||||||
/lib/*
|
/lib/*
|
||||||
*.backup
|
*.backup
|
||||||
/public/*
|
/public/*
|
||||||
|
@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user