JSPM

gulp-qs-append

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q13162F
  • License MIT

Appends querystrings to static assets

Package Exports

  • gulp-qs-append

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-qs-append) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gulp-qs-append

Querystring append plugin for gulp

Usage

First, install gulp-qs-append as a development dependency:

npm install --save-dev gulp-qs-append

yarn add --dev gulp-qs-append

Then, add it to your gulpfile.js:

const qsAppend = require('gulp-qs-append');

gulp.src('./dist/*/*.html')
    .pipe(qsAppend())
    .pipe(gulp.dest('./dist'));

License

Licensed under the MIT license.