broccoli-static-asset-rev
v0.1.1
Published
Provides broccoli-statically updated file hashes for cache busting
Downloads
3
Maintainers
Readme
broccoli-static-asset-rev
A module that provides broccoli-statically (:D) updated file hashes for cache busting, using readdirp.
Related: dynamic-asset-rev.
Installation
$ npm install --save broccoli-static-asset-rev
Usage
const AssetRev = require('broccoli-static-asset-rev')
const rev = new AssetRev(someNode) // Will be a tree with assets.json containing the hashes
Contributing
Please feel free to submit pull requests!
By participating in this project you agree to follow the Contributor Code of Conduct.
License
This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE
file or unlicense.org.