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

Make into an ember-addon. #8

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

This PR turns broccoli-asset-rev into an Ember CLI addon. It is using the API defined in https://github.com/stefanpenner/ember-cli/pull/1214 (which is actually pending a new version of broccoli-asset-rev that implements this).

That PR makes a postprocessTree hook available to all addons. This provides what is needed for broccoli-asset-rev, but also allows other addons to hook into the process (it even allows ordering before or after another addon).

rickharrison commented 10 years ago

Thanks!

rwjblue commented 10 years ago

Quick turn around, thank you!

rickharrison commented 10 years ago

Published as 0.0.10