Monday, July 18, 2011

CSS Refresh issue in Firefox

While developing a website in ASP.Net I noticed that my CSS file was not immediately refreshed in Firefox and until I noticed; it caused me to think that the CSS I was trying is not correct. Ctrl+F5; Ctrl+R etc does not work.

I found modifying the entry in config did the trick for me:
network.http.use-cache = false


But I believe it should not be that you have to modify config file for the new CSS to load into the browser. But for now this works.

No comments: