- Đã giải quyết
CSS caching with local websites
Has the behaviour of Firefox with regard to caching style sheets changed in the newest version? I ask since I develop with Visual Studio and browse the development build … (xem thêm)
Has the behaviour of Firefox with regard to caching style sheets changed in the newest version?
I ask since I develop with Visual Studio and browse the development build with Firefox. Hence the URL will be similar to:
http://localhost:55223
If I modify a css file in the build and refresh the page in Firefox it does not change. It never changes even after a CTRL+F5, nor after starting a new session.
If I browse the site with Edge it does pick up the change instantly after tapping F5 to reload. To see the changes in Firefox it's necessary to rename the css file to force a reload of it.
This only seems to have started happening since the latest build and makes it impossible to use Firefox in the development environment. Is there a "hack" for the settings to force a reload?