]> git.parisson.com Git - pdf.js.git/commitdiff
Add gif as known mime type for `make server`
authornotmasteryet <async.processingjs@yahoo.com>
Tue, 14 Feb 2012 02:33:33 +0000 (20:33 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Tue, 14 Feb 2012 02:33:33 +0000 (20:33 -0600)
test/test.py

index 84c6498ce92c0497a7aabfa1eac75693c1591e4f..79d5cd0923270bc722c1af02c3e09782dc6b4192 100644 (file)
@@ -64,6 +64,7 @@ MIMEs = {
     '.svg': 'image/svg+xml',
     '.pdf': 'application/pdf',
     '.xhtml': 'application/xhtml+xml',
+    '.gif': 'image/gif',
     '.ico': 'image/x-icon',
     '.log': 'text/plain'
 }