CSS file not refreshing in browser

前端 未结 15 1272
旧时难觅i
旧时难觅i 2020-11-29 04:55

When I make any changes to my CSS file, the changes are not reflected in the browser. How can I fix this?

相关标签:
15条回答
  • 2020-11-29 05:44

    I always use Ctrl+Shift+F5 out of habit, it should force a full-refresh including by-passing any http proxies you may be going through.

    0 讨论(0)
  • 2020-11-29 05:46

    Do Shift+F5 in Windows. The cache really frustrates in this kind of stuff

    0 讨论(0)
  • 2020-11-29 05:47

    I faced the same problem. Renaming the file worked for me.

    0 讨论(0)
提交回复
热议问题