diff bin/effecteval @ 1237:ad90eb1f5493

port effecteval root page from knockout to polymer Ignore-this: eba2dfccbe9a81418b4abfe521b81d01
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 10 Jun 2015 06:36:08 +0000
parents e703b3434dbd
children 04f2e93f04e3
line wrap: on
line diff
--- a/bin/effecteval	Wed Jun 10 05:50:04 2015 +0000
+++ b/bin/effecteval	Wed Jun 10 06:36:08 2015 +0000
@@ -308,9 +308,8 @@
             (r'/()', SFH,
              {'path': 'light9/effecteval', 'default_filename': 'index.html'}),
             (r'/effect', EffectEdit),
-            (r'/(websocket\.js)', SFH, {'path': 'light9/rdfdb/web/'}),
             (r'/effect\.js', StaticCoffee, {'src': 'light9/effecteval/effect.coffee'}),
-            (r'/index\.js', StaticCoffee, {'src': 'light9/effecteval/index.coffee'}),
+            (r'/(effect-components\.html)', SFH, {'path': 'light9/effecteval'}),
             (r'/effectUpdates', EffectUpdates),
             (r'/code', Code),
             (r'/songEffectsUpdates', SongEffectsUpdates),