gulp-query-cache-buster
v1.0.1
Published
Gulp cache buster using query string
Downloads
5
Readme
Gulp Query Cache Buster
Appends script tags with a guid for cache busting
append url with a query string param, this will fill it with a guid
Usage
return gulp.src('*.html'))
.pipe(gulpQueryCacheBuster())
.gulp.dest('.');
Options
param: defaults to 'bust' (Used as the key to add the guid to)
splitCharacter: If the default \n
doesn't work try \r