projects
/
limn-bak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e476ef1
)
Adds mime types for yaml and markdown.
author
dsc
<dsc@less.ly>
Wed, 18 Apr 2012 22:44:42 +0000 (15:44 -0700)
committer
dsc
<dsc@less.ly>
Wed, 18 Apr 2012 22:44:42 +0000 (15:44 -0700)
lib/server/server.co
patch
|
blob
|
history
diff --git
a/lib/server/server.co
b/lib/server/server.co
index
ea87622
..
ef56d02
100755
(executable)
--- 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