Commit Graph

516 Commits

Author SHA1 Message Date
Remy Sharp
cc895eee38 1.0.17 v1.0.17 2014-03-20 12:20:01 +00:00
Remy Sharp
d5c4d1c594 Revert package version away from RC to 1.0.16
Conflicts:
	package.json
2014-03-20 12:14:13 +00:00
Remy Sharp
690c564a80 Fixed #303, #304 and #311.
We don't use pipe by default for stdio spawn, we look at how nodemon is being used, the either decide to use pipe or process.stdout/err. Then depending on whether nodemon is required, we then attach to the different stdout/err streams as required.
2014-03-20 12:08:48 +00:00
Remy Sharp
aa442dfca1 1.0.16 v1.0.16 2014-03-19 16:47:37 +00:00
Remy Sharp
769fc116c5 Merge pull request #314 from remy/feature/watch-adds-extensions
Feature/watch adds extensions
2014-03-19 16:46:53 +00:00
Remy Sharp
b1e4111626 If a rule matches, only say it once. 2014-03-19 15:48:48 +00:00
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
a9f8dd97ec Work on #304 and #304 to read the stdout *stream*
Changed it from using `.on('data')` to using a PassThrough stream which does the job much better, but the readline demos don't work when they're doing anything special on stdout, like `.cursorTo`. WIP.
2014-03-19 14:27:03 +00:00
Remy Sharp
85feec55d4 Merge pull request #307 from remy/fix/273
Fixed #273
2014-03-11 16:39:34 +00:00
Remy Sharp
9fb11fa7f0 Support for -w 'lib/**/foo.js' to match 'lib' 2014-03-11 15:31:00 +00:00
Remy Sharp
360a16c5dd Put the find narrow method back in
In favour of attempting to find the basedir the pattern sits on, but only try when the path looks like a pattern, otherwise it's more likely to be an incorrect directory.
2014-03-11 15:16:32 +00:00
Remy Sharp
5664e575bd Removed config.dirs.push to default to all 2014-03-11 14:47:04 +00:00
Remy Sharp
b9d0cb6ca3 typo in chdir 2014-03-11 14:44:40 +00:00
Remy Sharp
b163aea7dc Merge pull request #300 from didoarellano/fix-readme-typos
Fix typos in README [skip ci]
2014-02-21 23:57:30 +00:00
didoarellano
5b74ab5f4f Fix typos 2014-02-22 03:24:55 +08:00
Remy Sharp
4708078183 1.0.15 v1.0.15 2014-02-18 20:41:46 +00:00
Amber Dixon
04d368b9a9 Make the ignore flag work on Mac, where the "find" option is used for file watching. 2014-02-18 20:41:20 +00:00
Remy Sharp
b164becbaa New test 2014-02-18 20:40:32 +00:00
Remy Sharp
84c87594ec Merge pull request #297 from arielyang/patch-1
Missing a comma. [skip ci]
2014-02-17 07:13:50 +00:00
Ariel Yang
079338603e Missing a comma. 2014-02-16 22:29:28 +08:00
Remy Sharp
be02f93d40 Merge pull request #290 from ZombieHippie/patch-1
fix couple typos
2014-02-05 18:56:08 +00:00
Cole R Lawrence
1df0930e5b fix couple typos 2014-02-05 12:19:40 -06:00
Remy Sharp
3a144795df 1.0.14 2014-01-27 17:10:50 +00:00
Remy Sharp
38b349fbb8 Attempting to replicate bug 2014-01-27 17:10:10 +00:00
Remy Sharp
8d4fd74bf8 Merge pull request #283 from remy/fix/281
Fixed #281. Can now watch with . and .*
2014-01-27 08:16:31 -08:00
Remy Sharp
400f5bc69b Fixed #281. Can now watch with . and .* 2014-01-27 16:12:54 +00:00
Remy Sharp
614f49cc8c Merge pull request #282 from remy/fix/274
Fix/274
2014-01-27 07:26:11 -08:00
Remy Sharp
ad0323711b Allows a rule to be empty (i.e. nodemon -w) 2014-01-27 15:24:12 +00:00
Remy Sharp
17b75f9267 Fixes nodemon -w being blank and defaults to *.* 2014-01-27 15:23:47 +00:00
Remy Sharp
c4b3f5beb7 Small lint errors 2014-01-27 15:23:36 +00:00
Remy Sharp
a5db9a6347 Fix #274. If app found in package, append to end of cmd 2014-01-27 15:09:46 +00:00
Remy Sharp
6fff4c70b5 Merge pull request #277 from mikemaccana/patch-1
Add gulp-nodemon link. Also correct small typo. [skip ci]
2014-01-24 15:57:32 -08:00
Mike MacCana
d4908f674c Add gulp-nodemon link. Also correct small typo. 2014-01-24 17:35:36 +00:00
Remy Sharp
66d2bdaefc Merge pull request #276 from theredcoder/master
Support milliseconds for --delay option
2014-01-23 11:44:52 -08:00
Justin G
d96f117e66 Document the milliseconds support for --delay option 2014-01-23 10:56:02 -06:00
Justin G
45950a840f Added milliseconds support for --delay option, using float and time specifier (ms) values 2014-01-23 10:45:38 -06:00
Justin G
9fb17beb9b Implement tests for supported --delay argument values as integer, float, and time specifiers 2014-01-22 17:18:05 -06:00
Remy Sharp
954d447329 1.0.13 2014-01-21 07:57:28 +00:00
Remy Sharp
2a2f1260e4 If no script, default is null, not -1. Fixes #265
Includes test and exposing the command run for debugging.
2014-01-21 07:57:27 +00:00
Remy Sharp
43fa35a950 Include env example
[skip ci]
2014-01-19 16:56:29 +00:00
Remy Sharp
328e6e759f 1.0.12 v1.0.12 2014-01-17 23:39:06 +00:00
Remy Sharp
1b8075586c Warn to mac users when they're watching 25,000+ files 2014-01-17 23:38:48 +00:00
Remy Sharp
b6b98716a1 Quiet option wasn't working. 2014-01-17 23:37:12 +00:00
Remy Sharp
04e1ce8007 Ignore test generated files
[skip ci]
2014-01-17 22:48:17 +00:00
Remy Sharp
15b01a1ab1 1.0.11 v1.0.11 2014-01-17 22:45:45 +00:00
Remy Sharp
6a312a3a77 Relative path tests 2014-01-17 22:37:51 +00:00
Remy Sharp
34cb3a10fb Fixed #268 relative paths on watches now work 2014-01-17 22:37:23 +00:00
Remy Sharp
a2e8f3e58b 1.0.10 2014-01-17 17:54:36 +00:00
Remy Sharp
ea5e925716 Patch to fix directory/* being ignored in ignore rule 2014-01-17 17:54:36 +00:00
Remy Sharp
fd0f9eb297 Allow ignore or watch to be strings. Not great, but useful. 2014-01-17 17:54:36 +00:00