0.0.2 • Published 7 years ago

fingerprinter-brunch v0.0.2

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

fingerprinter-brunch npm version

Originally forked from https://github.com/jvanderneutstulen/hashfingerprint-brunch

A Brunch plugin that will rename assets with an unique SHA hash. This will allow better caching of assets. It will write a manifest file, so other tooling can rewrite the urls.

Usage

yarn add fingerprinter-brunch

Note: if you're using gzip-brunch make sure fingerprinter-brunch is listed before gzip-brunch in the dependency list of your package.json

Options

Default configuration:

module.exports = config:
  plugins:
    fingerprinter:
      manifest: 'public/manifest.json'
      precision: 8

manifest

Output location of the manifest file.

precision

How many characters of the SHA1 hash must be used in the hashed filename. Default should be fine.

License

MIT