ember-cli / broccoli-asset-rev

Broccoli plugin to add fingerprint checksums and CDN URLs to your assets
MIT License
86 stars 83 forks source link

Revert "Use `replaceExtensions` option properly." #11

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

This reverts commit c50fb4a78f82ba813c85eef4df14d1bdfd11d5e3.

Apparently, I should have looked further, sorry for the wasted effort.

this.extensions is used by broccoli-filter internally and only calls processString when the files extension matches.

rickharrison commented 10 years ago

My fault. I definitely had an "uh oh" moment and thought I forgot to implement that. I really need to find some time to write some tests...

rwjblue commented 10 years ago

I'd be happy to pair with you on the testing stuff sometime.