Remy Sharp
641eb96cf5
-w <single file> ignores extension filter
...
Fixes #299 and fixes #308 .
This means if you use nodemon to monitor a .js script, but explicitly watch another file (that isn't .js) then nodemon *will* restart as expected.
2014-03-19 15:33:35 +00:00
Remy Sharp
f636bc16f5
execMap uses script ext to lookup. Fixes #265
...
+ tests
2014-01-16 22:52:39 +00:00
Remy Sharp
7d4c8c14bc
cli takes priority over execMap
2014-01-15 14:14:31 +00:00
Remy Sharp
483e70283e
Pass non-nodemon args *in order* to exec. Fixes #263
2014-01-15 14:11:56 +00:00
Remy Sharp
bfc4ac1c4d
Required nodemon accepts env to pass to spawned process
...
See https://github.com/ChrisWren/grunt-nodemon/pull/29 for example/request
2014-01-15 14:07:36 +00:00
Remy Sharp
08c758f884
Rule matching tested and passing
2014-01-05 00:45:38 +00:00
Remy Sharp
7959c5bf00
Refactor watch & ignore logic in favour of monitor
...
Now using minimatch to match globs to files that have changed. Logic orders the rules in order of specificity (i.e. deeper paths have higher specificity) and the file runs through the rules.
2014-01-03 18:27:24 +00:00
Remy Sharp
30a4a192f5
Docs and 1.0.0 release. Whoop whoop!
2013-12-29 22:50:02 +00:00
Remy Sharp
999f87eeda
Support for execMap #195 and tests
2013-12-10 13:29:35 +00:00
Remy Sharp
9853e089b4
Fixed #118 plus a bunch of jshint fixes
2013-12-04 12:31:37 +00:00
Remy Sharp
c503222f30
Refactoring.
...
* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon now knows when it's being required (and goes dark)
* etc...
2013-12-03 13:34:40 +00:00