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

Allow custom manifest and asset map basenames and formatted JSON. #78

Closed ShogunPanda closed 8 years ago

ShogunPanda commented 8 years ago

Hi!

This is the updated and tested version of #44. I've added the possibility to specify a custom path (inside the destination directory) for the assets map and the Rails manifest JSON files. I also switched to formatted JSON (with 2 spaces) for these files to make them human readable.

Hope this helps! Paolo