ember-cli / broccoli-asset-rewrite

Broccoli plugin to rewrite a source tree from an asset map.
MIT License
10 stars 53 forks source link

should use broccoli-persistent-filter #31

Open stefanpenner opened 8 years ago

stefanpenner commented 8 years ago

https://github.com/rickharrison/broccoli-asset-rewrite/blob/master/index.js#L1

without this, this will cause extra FS invalidations, causing issues described here: https://github.com/ember-cli/ember-cli/issues/5485

If you have questions, don't hesitate to reach out.

rickharrison commented 8 years ago

Do I just need to switch out which module I'm requiring at the top there? Any other changes required?

stefanpenner commented 8 years ago

Other changes are likely required, it isn't terribly much work but not not drop-in.

An example is: https://github.com/joliss/broccoli-coffee/pull/15

rickharrison commented 8 years ago

Thanks, I will try and get to it this weekend.

stefanpenner commented 8 years ago

Awesome, if you have questions feel free to ping me.