Force browser to refresh css, javascript, etc

前端 未结 16 1851
花落未央
花落未央 2020-11-29 19:16

I\'m developing a website based on Wordpress source code through XAMPP. Sometimes I change the CSS code, scrips or something else and I notice my browser takes time to apply

16条回答
  •  情话喂你
    2020-11-29 19:46

    If you want to avoid that on client side you can add something like ?v=1.x to css file link, when the file content is changed. for example if there was you can change it to this will bypass caching.

提交回复
热议问题