I'm using the app engine locally, and sometimes the JS files are being cached between page refreshes, and it drives me crazy because I don't know if there's a bug in the javascript code I'm trying to write, or if the cache is acting up.
How do I completely disable cache for *.js files? Or maybe the question is, how to have it be smart, like based on last-modified date.
Thanks!