From: notmasteryet Date: Tue, 14 Feb 2012 02:33:33 +0000 (-0600) Subject: Add gif as known mime type for `make server` X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7a8a9b9d93ad0f4a273fea8653f96471a283c656;p=pdf.js.git Add gif as known mime type for `make server` --- diff --git a/test/test.py b/test/test.py index 84c6498..79d5cd0 100644 --- a/test/test.py +++ b/test/test.py @@ -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' }