From: dsc Date: Wed, 18 Apr 2012 22:44:42 +0000 (-0700) Subject: Adds mime types for yaml and markdown. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=0d9f455da8f64cdc7b9c5ac307b8b25524555e8e;p=limn-bak.git Adds mime types for yaml and markdown. --- diff --git a/lib/server/server.co b/lib/server/server.co index ea87622..ef56d02 100755 --- a/lib/server/server.co +++ b/lib/server/server.co @@ -60,7 +60,7 @@ app.start = -> app app.configure -> - mime.define 'text/plain' : <[ jade co styl stylus ]> + mime.define 'text/plain' : <[ jade co styl stylus yaml md ]> # Set up app.set 'views', WWW