简体   繁体   中英

URL versioning of images inside css for cache busting

I have a requirement in my project to version image files which are called from css. I have been researching on 'how to' and found our very own stackoverflow.com is versioning images. I found below code from http://cdn.sstatic.net/stackoverflow/all.css

background-image:url("../Img/sprite-herobox.png?v=d173774f3a9f")

Can somebody tell me how it is done?

CSS文件可能不是静态文件,而是php / asp文件,仅带有(.css)扩展名和CSS代码

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM