gulp-query-cache-buster

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-query-cache-buster

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • saff