diff bin/subserver @ 1212:95dfce5c12ce

rearrange /static. new bin/homepage Ignore-this: 2b17aa8e74a9c052a9a93704e85287b1
author drewp@bigasterisk.com
date Sun, 07 Jun 2015 22:42:33 +0000
parents a38955ba6f40
children e703b3434dbd
line wrap: on
line diff
--- a/bin/subserver	Sat Jun 06 19:14:14 2015 +0000
+++ b/bin/subserver	Sun Jun 07 22:42:33 2015 +0000
@@ -151,7 +151,6 @@
         (r'/live', Live),
         (r'/effectsUpdates', EffectsUpdates),
         (r'/snapshot', Snapshot),
-        (r'/static/(.*)', cyclone.web.StaticFileHandler, {'path': 'static/'}),
         (r'/(.*)', Static,
          {"path" : "light9/subserver",
           "default_filename" : "index.jade"}),