]> arthur.barton.de Git - bup.git/blobdiff - cmd/web-cmd.py
Enable static resources. Move css to external file.
[bup.git] / cmd / web-cmd.py
index d0ca73046f433f8fc274a5fab7b973c997c43a2a..4bcc5480dac13eecfed75bc5f6b4ff50c92f36c7 100755 (executable)
@@ -178,6 +178,7 @@ top = vfs.RefList(None)
 settings = dict(
     debug = 1,
     template_path = resource_path('web'),
+    static_path = resource_path('web/static')
 )
 
 # Disable buffering on stdout, for debug messages