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.

Readme

Keywords

Package Sidebar

Install

npm i gulp-css-img-cachebust

Weekly Downloads

10

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ngokevin