I have a html5 based web app. I know that with a normal website you have a . htaccess file with the mime type for appcache and the website pages have a link to the Apache or manifest file.
This allows the website to work offline on mobiles. How would i achieve this with Google App Engine. Iv already tried putting this in my app.yaml file , but it did nothing. - url: /mystaticdir/(.*\.appcache) static_files: mystaticdir/\1 mime_type: text/cache-manifest upload: mystaticdir/(.*\.appcache) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/2nM1tjnhdYgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
