Provides broccoli-statically updated file hashes for cache busting
npm install broccoli-static-asset-revA module that provides broccoli-statically (:D) updated file hashes for cache busting, using [readdirp].
Related: dynamic-asset-rev.
[readdirp]: https://github.com/thlorenz/readdirp
``bash`
$ npm install --save broccoli-static-asset-rev
`js
const AssetRev = require('broccoli-static-asset-rev')
const rev = new AssetRev(someNode) // Will be a tree with assets.json containing the hashes
`
Please feel free to submit pull requests!
By participating in this project you agree to follow the Contributor Code of Conduct.
This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE` file or unlicense.org.