mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Upgrade to latest nodemon to fix restart
The grunt-nodemon module we were using is no longer maintained and is stuck on a 1.x version of nodemon. At that version, node-red doesn't restart properly due to our increased signal handling in the core. This change removes grunt-nodemon and replaces it with nodemon itself, with a custom task to wrap it that does the same work as grunt-nodemon was doing.
This commit is contained in:
@@ -36,6 +36,7 @@ Runtime
|
||||
- Skip loading node html if disableEditor set #2684
|
||||
- Update util.writeFile to write to tmp file before rename #2683
|
||||
- Fix getModuleFiles function to include path property #2705 (@t-kawamorita)
|
||||
- Update nodemon to latest so grunt dev task behaves
|
||||
|
||||
Nodes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user