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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7

Package Sidebar

Install

npm i gulp-css-img-cachebust

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ngokevin