当我有 manifest='cache-manifest' 时,为什么 chrome 请求 /CACHE
<html manifest="/cache.manifest" class="ui-mobile landscape min-width-320px min-width-480px min-width-768px min-width-1024px">
从 chrome 控制台:
Application Cache Error event: Resource fetch failed (404) http://example.com/CACHE
从 Rails 日志:
ActionController::RoutingError (No route matches "/CACHE"):
我错过了什么吗?我想我应该将cache.manifest重命名为CACHE还是什么?可能是 jquerymobile 的问题?
<html manifest="/cache.manifest" class="ui-mobile landscape min-width-320px min-width-480px min-width-768px min-width-1024px">
From the chrome console:
Application Cache Error event: Resource fetch failed (404) http://example.com/CACHE
From the rails logs:
ActionController::RoutingError (No route matches "/CACHE"):
Am I missing something? I guess I should just rename cache.manifest to CACHE or what? Could it be something with jquerymobile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。 缓存清单文件中的冒号
我错过了新版本
I figured it out. I had missed the colon in the cache manifest file
the new version