broccolijs / broccoli-funnel

MIT License
66 stars 37 forks source link

[fixes #32] support mixed glob + RegExp includes #33

Closed stefanpenner closed 9 years ago

stefanpenner commented 9 years ago

NOTE: this implementation falls back a non matching walk when this occurs. In many cases this is fine, but in some it can be a perf issue.

To help pin-point potential issues you can run with:

running with: DEBUG=broccoli-* <program> can often help identify issues

Future work may include some auto-warnings when a sub-optimal scenario occurs

stefanpenner commented 9 years ago

I'll bump 0.2.5 shortly

stefanpenner commented 9 years ago

oops, this broke the fast path... fixed by https://github.com/broccolijs/broccoli-funnel/pull/34