diff --git a/headphones/webstart.py b/headphones/webstart.py index d8e399b3..b3659f55 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -56,6 +56,10 @@ def initialize(options={}): '/favicon.ico':{ 'tools.staticfile.on': True, 'tools.staticfile.filename': "images/favicon.ico" + }, + '/cache':{ + 'tools.staticdir.on': True, + 'tools.staticdir.dir': headphones.CACHE_DIR } }