ember-cli / broccoli-asset-rev

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

Generate an asset map and a rails manifest only once #130

Open joankaradimov opened 5 years ago

joankaradimov commented 5 years ago

This should fix https://github.com/rickharrison/broccoli-asset-rev/issues/122

P.S. Previously the second asset map included a mapping for the first one. A test needed to be changed as this is no longer the case.