Commit Graph

28 Commits

Author SHA1 Message Date
Aurélio A. Heckert
7d6c1a88a1 fix: Replace jade references by pug
close #1595
2019-10-15 19:27:50 -04:00
Remy Sharp
d5b98915eb test: ensure ignore relative paths
(when asked)
2019-10-07 18:11:43 +01:00
Remy Sharp
9d1a63c6a6 fix: allow watching relative path files (#1385)
Fixes #1355
2018-07-10 18:39:53 +01:00
Remy Sharp
1cda8fae43 fix: ensure directories are watched, not files (#1260)
Fixes #1259
2018-02-19 16:49:55 +00: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
Dominykas Blyžė
84ec156ed0 test: fix hanging test 2017-12-20 14:08:53 +00:00
Mark Wubben
12b8935232 test: should not match dotfiles unless asked 2016-02-25 21:08:44 +00:00
Mark Wubben
3d19aee29f test: watcher shouldn't crash if ignoreRoot is [] 2016-02-25 21:08:44 +00:00
Remy Sharp
3265e92b62 test: fix bad runOnChangeOnly test 2015-10-19 12:27:54 +01:00
Remy Sharp
489f22dc93 fix: restore --legacy-watch
Pass the `usePolling` flag to Chokidar when in legacy mode, which is supposed to/hopefully fix containers watching network attached drives.

Fixes #639
Fixes #633
2015-09-19 08:20:39 +01:00
Kevin Woo
cde21fb4de test: added dotfile tests 2015-09-15 21:46:36 -07:00
Remy Sharp
2445e0ea48 Merge pull request #501 from remy/fix/352
Fix #352 [skip ci]
2015-02-11 10:02:02 +00:00
Remy Sharp
a385973ea9 Fixed test failing due to mocked config 2015-02-11 09:56:41 +00:00
Hugo Wood
cec986d4ba Add a failing test demonstrating #482 2015-02-01 23:49:42 +01:00
Remy Sharp
aa76dafd35 Fixing tests to work in different envs 2015-01-02 13:02:00 +00:00
Remy Sharp
9d4c23cf4a Verbose test failure logging 2014-12-05 11:37:28 +00:00
Ross Hettel
c399e74a6f added more unit tests to match logic 2014-07-31 14:53:55 -05:00
Ross Hettel
4631a01a3d ignore rules take priority in sorting 2014-07-21 16:28:20 -05:00
Remy Sharp
b4e45348aa Fix #336. Relative paths are resolved in rules. 2014-05-12 17:39:18 +01: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
85feec55d4 Merge pull request #307 from remy/fix/273
Fixed #273
2014-03-11 16:39:34 +00:00
Remy Sharp
38b349fbb8 Attempting to replicate bug 2014-01-27 17:10:10 +00:00
Remy Sharp
400f5bc69b Fixed #281. Can now watch with . and .* 2014-01-27 16:12:54 +00:00
Remy Sharp
34cb3a10fb Fixed #268 relative paths on watches now work 2014-01-17 22:37:23 +00:00
Remy Sharp
ea5e925716 Patch to fix directory/* being ignored in ignore rule 2014-01-17 17:54:36 +00:00
Remy Sharp
589dffcc42 Watch lib/*.* ignores the extension check. Closes #255 2014-01-06 15:34:43 +00:00
Remy Sharp
a5f81bd883 Fixed old nodemon ignore file support 2014-01-05 14:59:58 +00:00
Remy Sharp
8eef00b334 Add new tests for match code and updated for monitor format. 2014-01-05 00:44:56 +00:00