Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clearing javascript cache in ie10 not working, can no longer debug javascript changes

Now that I have upgraded to IE10, it's very difficult to get my javascript changed files to get recognized.

In IE9, you could simply use the 'clear the cache' button in the develepor panel and could see your javascript changes.

This no longer works (apparently) -- is there some other way to get IE10 to dump your cache? This is brutal!

On Windows 7, using VS2010 and just upgraded to IE10.

like image 532
Todd Vance Avatar asked Dec 08 '22 14:12

Todd Vance


1 Answers

I think I found out the answer... it appears that IE10 either added (or added this as a default) a setting 'PRESERVE FAVORITES WEBSITE DATA' ... this was checked (by default) and although I havent thoroughly tested it, I think this is why my js files were not being purged.

enter image description here

like image 150
Todd Vance Avatar answered Dec 11 '22 09:12

Todd Vance