[Pkg-javascript-commits] [node-static] 87/151: Adding ogg/ogv/oga mime types
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:00 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 c932e25acbe79615567ef49f0635c09b877ff360
Author: Hubert SABLONNIÈRE <hubert.sablonniere at gmail.com>
Date: Fri Oct 19 02:25:46 2012 +0300
Adding ogg/ogv/oga mime types
---
lib/node-static/mime.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/node-static/mime.js b/lib/node-static/mime.js
index 47240d9..c8d7377 100644
--- a/lib/node-static/mime.js
+++ b/lib/node-static/mime.js
@@ -64,7 +64,10 @@ exports.contentTypes = {
"ms": "application/x-troff-ms",
"nc": "application/x-netcdf",
"oda": "application/oda",
+ "oga": "audio/ogg",
+ "ogg": "application/ogg",
"ogm": "application/ogg",
+ "ogv": "video/ogg",
"pbm": "image/x-portable-bitmap",
"pdf": "application/pdf",
"pgm": "image/x-portable-graymap",
--
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