[Pkg-javascript-commits] [node-static] 16/151: add 'less' mime type
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository node-static.
commit aae6d7c0470f9b4794855dc41c61bcc5beb6389f
Author: cloudhead <self at cloudhead.net>
Date: Mon Aug 2 16:56:10 2010 -0400
add 'less' mime type
---
lib/node-static/mime.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/node-static/mime.js b/lib/node-static/mime.js
index 22ee478..0e543d0 100644
--- a/lib/node-static/mime.js
+++ b/lib/node-static/mime.js
@@ -44,6 +44,7 @@ this.contentTypes = {
"js": "text/javascript",
"json": "application/json",
"latex": "application/x-latex",
+ "less": "text/css",
"lsp": "application/x-lisp",
"lzh": "application/octet-stream",
"m": "text/plain",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git
More information about the Pkg-javascript-commits
mailing list