grunt-cache-bust icon indicating copy to clipboard operation
grunt-cache-bust copied to clipboard

Cache bust static assets using content hashing

Results 39 grunt-cache-bust issues
Sort by recently updated
recently updated
newest added

Below inherited task, hash the assets file twice. help needed. cacheBust: { options: { assets: ['assets/*', '!assets/*.jpg'], baseDir: 'tmp/ignorePattern', encoding: 'utf8', length: 16, algorithm: 'md5', deleteOriginals: true }, task1:{ files:...

Fixes [#192](https://github.com/hollandben/grunt-cache-bust/issues/192)

My Hashes aren't updating. I'm trying to update the hashes as the last task after i've run copy,clean etc in my dist folder. I've even tried to modify and make...

Hi, I was able to use the tool properly and I was able to do proper cache busting in the case of JS, CSS and Image files. However when I...

I can't seem to get references in subfolders to update with the hashed name. My config is : ``` cacheBust: { test: { options: { deleteOriginals: true, assets: ['**/**.{css,html}'], baseDir:...

I've just started trying out grunt-cache-bust and its working as a charm for css, but now i am using requirejs in the project and the configuration of js files are...

https://github.com/hollandben/grunt-cache-bust/issues/243 This change fixed this ^ issue for me and started altering .html files in subfolders.

Hey! I'm working on a new deployment process and I'm using your cache bust plugin. But now I'm reaching a point where I would be very happy if there was...