CSS file not refreshing in browser

前端 未结 15 1281
旧时难觅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

    The fix is called "hard refresh" http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache

    In most Windows and Linux browsers: Hold down Ctrl and press F5.

    In Apple Safari: Hold down ⇧ Shift and click the Reload toolbar button.

    In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.

提交回复
热议问题