grunt-hash
grunt-hash copied to clipboard
a grunt plugin for appending hashes to files for cache busting
The source file is useless since I have a new file with the `hash` in the name, is it possible to remove the source file?
removeSource (default to false) has been added to allow removing sources after being treated.
Let’s get started with automated dependency management for grunt-hash :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
We seem to be getting an error from within `grunt-hash` for Node 6.2.0+ builds, saying: ``` Warning: Path must be a string. Received undefined ``` More context over here: https://github.com/pcottle/learnGitBranching/issues/392...
I'm using node v4.3 and npm 2.14 and the default example copied and pasted does not work. An empty source map is created and that's all... I've tried the bare...
This stops `grunt.file.read` from trying to do conversions on the file contents. For me, this was necessary to generate correct md5 hashes of font assets (wof, eot, ttf).
Hi @jgallen23! Could it be possible to tag and publish a new release to use with our grunt tasks? The expand true bug was solved after the last 0.5.0 tag....
Added support for adding a hash as a comment to a file' contents. Needed this for a complicated deployment environment which does fingerprint of files in a different way. Because...
This PR adds support for adding prefixes to the generated paths in the mapping file. An example use case: **src:** assets/css/min/*.css **dest:** assets/css/hash/ **desired key:** css/ **desired value:** css/ Can...