bud.hash
Configure filename hashing.
Usage
Enable hashing
bud.hash()
bud.hash(true)
Disable hashing
bud.hash(false)
Enable hashing with a custom format:
bud.hash(`contenthash:12`)
Use as a bud.js callback. This is the same as enabling hashing with the default configuration.
bud.when(bud.isProduction, bud.hash)
bud.tap(bud.hash)