A module that provides broccoli-statically (:D) updated file hashes for cache busting, using readdirp.
Related: dynamic-asset-rev.
$ npm install --save broccoli-static-asset-rev
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.