From: Julian Viereck Date: Tue, 14 Feb 2012 07:02:40 +0000 (-0800) Subject: Merge pull request #1209 from notmasteryet/tree-75 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=72e3d3d70340982b4d2b239a5f964ba6b61750c6;p=pdf.js.git Merge pull request #1209 from notmasteryet/tree-75 Add gif as known mime type for `make server` --- 72e3d3d70340982b4d2b239a5f964ba6b61750c6 diff --cc test/test.py index 1e00ccc,79d5cd0..4dc6ca8 --- a/test/test.py +++ b/test/test.py @@@ -64,8 -64,8 +64,9 @@@ MIMEs = '.svg': 'image/svg+xml', '.pdf': 'application/pdf', '.xhtml': 'application/xhtml+xml', + '.gif': 'image/gif', '.ico': 'image/x-icon', + '.png': 'image/png', '.log': 'text/plain' }