UNPKG

gulp-css-img-cachebust

Version:

Appends cachebust query parameters to image URLs within CSS files.

25 lines (18 loc) 332 B
gulp-css-img-cachebust ====================== Appends cachebust query parameters to image URLs within CSS files. Before: ```css // BEFORE: style.css body { background: url('../img/darudesandstorm.jpg'); } ``` After: ```css // AFTER: style.css body { background: url('../img/darudesandstorm.jpg?123456789'); } ``` Amazing.