1.0.1 • Published 7 years ago

gulp-query-cache-buster v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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