I'm working on a js file that resides in appname/static/js/ but for some reason it seems to be cached. When I refresh the browser (even if I restart the local web2py server) the page continues to load an old version. I develop largely with custom modules, and those files are refreshing just fine. I have this in my db.py model file:
from gluon.custom_import import track_changes track_changes(True) But for some reason this javascript file doesn't want to refresh. Any suggestions? Ian

