0.0.7 • Published 10 years ago

gulp-css-cache-bust v0.0.7

Weekly downloads
19
License
MIT
Repository
github
Last release
10 years ago

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 /.

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago