0.1.1 • Published 7 years ago

broccoli-static-asset-rev v0.1.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
7 years ago

broccoli-static-asset-rev npm version npm downloads Dependency Status Unlicense

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.