gulp-buster can be used standalone as part of a build task, or in conjunction with gulp-watch to update the cache buster hashes as the files are modified.
Questions tagged [gulp-buster]
3 questions
5
votes
0 answers
How to do cache busting using gulp if require.js is used?
I have used gulp-cachebust npm for css cache busting. As I have included css files in html files so it worked. But I m loading js files using require.js. Can I do js files cache busting using gulp. I know we can do it using require.js urlArgs…

Srikanth Darmapuri
- 269
- 4
- 16
2
votes
0 answers
gulp - cache busting in angularjs
I have a module named "A" which contains all the required compressed files, now this modules minified files are consumed by other modules. Is there a way i can implement cache-busting here for Module A
My Question is:
Module B's index.html is…

John
- 1,191
- 3
- 19
- 29
0
votes
1 answer
gulp-buster never "completes"
I'm using nodejs gulp to process and minimize my less files and for cache busting I'm using gulp-buster, however, when I'm adding the gulp-buster pipe the task never finishes.
This is (a part of) my Gulpfile.js:
var lessTask = function(event) {
…

Marwelln
- 28,492
- 21
- 93
- 117