Google App Engine: How to disable cache on 'static' files, or make cache smart

Posted by Infinity on Stack Overflow See other posts from Stack Overflow or by Infinity
Published on 2010-04-15T02:46:57Z Indexed on 2010/04/15 2:53 UTC
Read the original article Hit count: 333

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about python