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

Add bypassFingerprinting option; useful when only prepending is needed #59

Closed briangonzalez closed 9 years ago

rickharrison commented 9 years ago

I believe this is possible from #52

briangonzalez commented 9 years ago

@rickharrison It is not.

There is nothing I can do in customHash to make that - not appear in my file names.

rickharrison commented 9 years ago

You need to set it to null. We even have a test verifying this behavior.

briangonzalez commented 9 years ago

You're right. Thanks for the clarification.

rickharrison commented 9 years ago

We probably need better documentation around this. Any help with adding docs via a PR would be greatly appreciated :)