Dear gurus,
I've been developing for several weeks and I can usually change my js and Ctrl-F5 to see my changes. But recently, Chrome has been stuck on a certain version of my javascript and I can't seem to clear the cache!
I've tried all the usual, Ctrl-F5 with/without the dev tools open, disabling caching in the dev tools network settings, long-press reload and clear cache and hard reload, browser settings clear cache all time. But afterwards I see this:
C:\Users\brian\AppData\Local\Google\Chrome\User Data\Default\Code Cache\js>findstr -M "studio.boardgamearena.com" *
0abc5544a0fe40e7_0
1d3b695aba756b2f_0
2a10defbc4281af6_0
9fc89be0f032ba95_0
b462e4b942615b96_0
bc36da75aa588ac3_0
f54c20f6b7220bf5_0
[edit: I was able to erase these by fully clearing cache, all time. The old javascript? Multiple functions of the same name passed to dojo.
]
How do I properly, reliably, and quickly clear javascript cache for Chrome?
Thanks, Brian
I've been developing for several weeks and I can usually change my js and Ctrl-F5 to see my changes. But recently, Chrome has been stuck on a certain version of my javascript and I can't seem to clear the cache!
I've tried all the usual, Ctrl-F5 with/without the dev tools open, disabling caching in the dev tools network settings, long-press reload and clear cache and hard reload, browser settings clear cache all time. But afterwards I see this:
C:\Users\brian\AppData\Local\Google\Chrome\User Data\Default\Code Cache\js>findstr -M "studio.boardgamearena.com" *
0abc5544a0fe40e7_0
1d3b695aba756b2f_0
2a10defbc4281af6_0
9fc89be0f032ba95_0
b462e4b942615b96_0
bc36da75aa588ac3_0
f54c20f6b7220bf5_0
[edit: I was able to erase these by fully clearing cache, all time. The old javascript? Multiple functions of the same name passed to dojo.
How do I properly, reliably, and quickly clear javascript cache for Chrome?
Thanks, Brian