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

feat: support customHash: null option #52

Closed calebboyd closed 9 years ago

calebboyd commented 9 years ago

Related to #49

rickharrison commented 9 years ago

Can you do it without changing the structure of the function for how it returns null?

Also, can you write a test for both with and without a prepend option? Thanks!

calebboyd commented 9 years ago

Sure thing!

rickharrison commented 9 years ago

Thanks!