Remy Sharp
0823f18435
fix(windows): properly handle quoted args in event
...
Fixes : #1823
This mirrors the command parsing from run.js into the separate parser
for launching event driven shells.
2021-07-10 16:02:51 +01:00
Remy Sharp
e90f15aa8a
fix: node < 6.4.0 causing crash on 'rs' trigger
...
* fix: node < 6.4.0 can't connect to stdin
* fix: child stdio when spawn is similar to fork
Fixes #1218
2018-01-09 13:18:08 +00:00
Remy Sharp
438b8d7c0e
refactor: passing jscs
2015-09-09 22:30:43 +01:00
Remy Sharp
b0fd56f7de
refactor: move watch out in favour of chokidar
...
Plus jscs clean ups
2015-08-31 18:25:55 +01:00
Jim Anders
22aa5146f3
spawn: Change node version checking logic
...
This change allows nodemon to properly work with all versions of io.js.
This fixes #509
2015-04-16 09:32:45 -04:00
Remy Sharp
6f6d7ae496
Early support for event callbacks
...
Allows user to have event handlers in the nodemon config, such as:
{
"events": {
"crash": "say 'your app crashed'",
"start": "echo 'App started' | tee app.log"
}
}
2014-12-09 22:56:02 +00:00