Skip to content

ngokevin/gulp-css-img-cachebust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Appends cachebust query parameters to image URLs within CSS files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published