Commit Graph

6 Commits

Author SHA1 Message Date
Remy Sharp
a9f0590f0f chore: typo in _spawn => spawn 2018-01-09 11:40:41 +00:00
Remy Sharp
35ef683bf1 fix: node < 6.4.0 can't connect to stdin
Fixes #1218
2018-01-09 11:40:41 +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