jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Fix watch task's default exclude patterns to avoid "RegExp too big" error... #308

Closed busticated closed 8 years ago

busticated commented 8 years ago

background: https://github.com/jakejs/jake/issues/304

all tests pass! buuut, i didn't see any for the watch task specifically. so, not a super-high level of confidence but this did fix the "RegExp too big" for me running locally via npm link

i'll think a bit more about how we might test things here. otherwise, this seem legit?

mde commented 8 years ago

Very nice. This is awesome.