Skip to content

DetectiveQuack/gulp-query-cache-buster

Repository files navigation

Gulp Query Cache Buster

Build Status

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

About

Cache bust using query string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published