| Index: gae/content_type.py
|
| diff --git a/gae/content_type.py b/gae/content_type.py
|
| index 5ce685cf98d29b3be3fb8034b047c976cc0f3465..0d1467c4ddc3ccef9d9cfd4de39c05c4ffb155e9 100644
|
| --- a/gae/content_type.py
|
| +++ b/gae/content_type.py
|
| @@ -14,7 +14,8 @@ class ContentHelper:
|
| '.png' : 'image/png',
|
| '.js' : 'application/x-javascript',
|
| '.css' : 'text/css',
|
| - '.manifest': 'text/cache-manifest' }
|
| + '.manifest': 'text/cache-manifest',
|
| + '.zip' : 'application/zip' }
|
|
|
| @staticmethod
|
| def content_type_from_path(path):
|
|
|