From: dsc Date: Tue, 21 Feb 2012 19:45:19 +0000 (-0800) Subject: okfine, guys, / can render the graphs. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=0d9645cf692542192a01f6356c3a0e0a2039412c;p=limn-bak.git okfine, guys, / can render the graphs. --- diff --git a/lib/server/server.co b/lib/server/server.co index 982b75c..62f70f3 100755 --- a/lib/server/server.co +++ b/lib/server/server.co @@ -61,7 +61,7 @@ app.configure -> app.use express.methodOverride() app.use compiler do - enabled : <[ stylus coco jade-browser pyyaml ]> + enabled : <[ stylus coco jade-browser ]> src : WWW dest : VAR options : stylus : { nib:true, include:"#WWW/css" } diff --git a/www/dashboard.jade b/www/dashboard.jade index e69de29..bb5be4c 100644 --- a/www/dashboard.jade +++ b/www/dashboard.jade @@ -0,0 +1 @@ +include graph/test \ No newline at end of file