add appcache for docs site - caches only css/js/img resources

This commit is contained in:
Igor Minar
2011-06-07 12:53:40 -07:00
parent f21b9214e6
commit 25b3438fd7
5 changed files with 52 additions and 2 deletions

View File

@@ -79,7 +79,8 @@ StaticServlet.MimeMap = {
'jpg': 'image/jpeg',
'jpeg': 'image/jpeg',
'gif': 'image/gif',
'png': 'image/png'
'png': 'image/png',
'manifest': 'text/cache-manifest'
};
StaticServlet.prototype.handleRequest = function(req, res) {