gulp-css-cache-bust

0.0.7 • Public • Published

gulp-css-cache-bust NPM version Build status Coverage Status

Bust cache in CSS

Add md5sum as search query to file reference.

Install

$ npm install --save-dev gulp-css-cache-bust

Usage

var gulp = require('gulp');
var bust = require('gulp-css-cache-bust');
 
gulp.task('default', function () {
  return gulp.src('index.css')
  .pipe(bust());
});

API

bust(options)

options.base

Type: string Default: null

Root path used when specified the path starting with /.

/gulp-css-cache-bust/

    Package Sidebar

    Install

    npm i gulp-css-cache-bust

    Weekly Downloads

    13

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • minodisk