Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear Javascript from IE8 cache?

I normally do web development with Chrome and sometimes FireFox. I'm now trying to fix a problem that occurs on IE8.

After updating a Javascript file for a web page, I've tried doing the following things to be able to load the changed file:

F5 CTL-F5 [Many times] Developer Tools > Cache > Alwasys Refresh from Server Tools > Internet Options > Browsing History > Settings > Every Time I visit the site

But it's not picking it the changes. I can see the file is changed within Chrome

like image 957
George Hernando Avatar asked Mar 30 '12 22:03

George Hernando


1 Answers

Ctrl-R is short cut for clearing cache.

The always refresh from server is reset when you close the browser

like image 142
TGH Avatar answered Sep 30 '22 11:09

TGH