Merge pull request #387 from notmasteryet/tree-8

Add SVG to the 'make server' known types list
This commit is contained in:
Andreas Gal 2011-08-25 21:25:53 -07:00
commit 976aaa24bb

View File

@ -58,6 +58,7 @@ MIMEs = {
'.html': 'text/html',
'.js': 'application/javascript',
'.json': 'application/json',
'.svg': 'image/svg+xml',
'.pdf': 'application/pdf',
'.xhtml': 'application/xhtml+xml',
'.ico': 'image/x-icon',