Add gif as known mime type for make server

This commit is contained in:
notmasteryet 2012-02-13 20:33:33 -06:00
parent 38a6cd6f9a
commit 7a8a9b9d93

View 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'
}