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

Consistent Hashing #66

Closed nadnoslen closed 9 years ago

nadnoslen commented 9 years ago

Specifying an encoding of "UTF8" to fs.readFileSync(...) is not desired. Hashing the String representation of a binary file will never be consistent. See my comments in the commit.

nadnoslen commented 9 years ago

Aparently some tests failed...apologies...I never looked into this library's tests. I'll get a glance at these and look into re-committing.