Chrome Caching JavaScript Files When Debugging
- May 11th, 2012
- Write comment
Oh my ... I just wasted an hour to notice that Chrome caches JavaScript files! I was debugging a web application changing something on a static JavaScript file. When looking at the file in the built-in debugging suite those changes where not visible. Accessing the file directly revealed that those changes were present. I looked Continue reading →