Adds mime types for yaml and markdown.
authordsc <dsc@less.ly>
Wed, 18 Apr 2012 22:44:42 +0000 (15:44 -0700)
committerdsc <dsc@less.ly>
Wed, 18 Apr 2012 22:44:42 +0000 (15:44 -0700)
lib/server/server.co

index ea87622..ef56d02 100755 (executable)
@@ -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