gulp-css-img-cachebust

1.0.0 • Public • Published

gulp-css-img-cachebust

Appends cachebust query parameters to image URLs within CSS files.

Before:

// BEFORE: style.css
body {
  background: url('../img/darudesandstorm.jpg');
}

After:

// AFTER: style.css
body {
  background: url('../img/darudesandstorm.jpg?123456789');
}

Amazing.

/gulp-css-img-cachebust/

    Package Sidebar

    Install

    npm i gulp-css-img-cachebust

    Weekly Downloads

    5

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • ngokevin