diff bin/rdfdb @ 1041:a4632a7b2e17

upgrade knockout and jquery, simplify the static/ dirs for all web services Ignore-this: 8637b7b61cc5d38e8cf15bb1afd7466c
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 28 May 2014 05:54:23 +0000
parents 54027815c6cc
children c1face79c0e1
line wrap: on
line diff
--- a/bin/rdfdb	Tue May 27 07:34:58 2014 +0000
+++ b/bin/rdfdb	Wed May 28 05:54:23 2014 +0000
@@ -456,6 +456,7 @@
         (r'/patches', Patches),
         (r'/graphClients', GraphClients),
 
+        (r'/static/(.*)', cyclone.web.StaticFileHandler, {'path': 'static/'}),
         (r'/(.*)', NoExts,
          {"path" : "light9/rdfdb/web",
           "default_filename" : "index.xhtml"}),