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

It has pending issues and pull requests, but no activity for several months. Is this project dead ? Should we avoid to use it in production ?

When updating from version 1.4.1 to 1.5.0, the task suddenly stopped working with the following warning message: > Warning: Cannot use 'in' operator to search for 'index.html' in undefined Use...

I was previously using v1.4.1 and when I had an HTML like: `` It would correctly get busted to: `` I bumped up to 1.5.0 and noticed that the HTML...

I am using grunt-cache-bust with the queryString parameter. In 1.4 everything seams to be working but in 1.5 the query string is attached everytime the script is called. E.G. instead...

I'm trying to use this for a site and I'm running into 2 problems. See my test project: [cache-buster.tar.gz](https://github.com/hollandben/grunt-cache-bust/files/566401/cache-buster.tar.gz) Run `run.sh` to run grunt. This copies `/src/` to `/public/`, this...

investigation

The options.encoding setting is only used in the function generateFileHash The documentation tells that it will be used when reading and writing the files. You should pass the encoding setting...

Hi @hollandben. I was thinking about adding new option(s) for this task. I propose to add `outputDir` option - a directory for placing hashed copies of files. It will be...

enhancement

`grunt.file.delete` accepts an optional param "options" to enable force deletion outside grunt working directory (http://gruntjs.com/api/grunt.file#grunt.file.delete). Would be appreciated if grunt-cache-bust also accept some kind of parameter to force original files...

enhancement

How do I clear old references of files I've changed/erased, as alway I get a warning message: ``` Static asset "bower_components\riot\compiler.js" skipped because it wasn't found, original reference=bower_components/riot/compiler.js ```