Skip to content

Instantly share code, notes, and snippets.

@bkardell
Last active December 23, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkardell/6552215 to your computer and use it in GitHub Desktop.
Save bkardell/6552215 to your computer and use it in GitHub Desktop.
appcache woes
Manifest URI: http://127.0.0.1/~bkardell/iframes/child.appcache
URI http://127.0.0.1/~bkardell/iframes/file1.js is referenced in multiple locations. This is not allowed: [{"line":7,"section":"CACHE","original":"file1.js"},{"line":11,"section":"NETWORK","original":"file1.js"}].
NETWORK section line 11 (file1.js) prevents caching of line 7 (file1.js) in the CACHE section.
NETWORK section line 11 (file1.js) prevents caching of line 11 (file1.js) in the NETWORK section.
NETWORK section line 12 (file2.js) prevents caching of line 12 (file2.js) in the NETWORK section.
The file http://127.0.0.1/~bkardell/iframes/file2.js was modified after http://127.0.0.1/~bkardell/iframes/child.appcache. Unless the text in the manifest file is changed the cached version will be used instead at line 12.
NETWORK section line 13 (jquery.min.js) prevents caching of line 13 (jquery.min.js) in the NETWORK section.
NETWORK section line 14 (../oasis/javascript/oasis.js.html) prevents caching of line 14 (../oasis/javascript/oasis.js.html) in the NETWORK section.
NETWORK section line 15 (../oasis/javascript/jquery/1.9.1/jquery.min.js) prevents caching of line 15 (../oasis/javascript/jquery/1.9.1/jquery.min.js) in the NETWORK section.
CACHE MANIFEST
#version 4
CACHE:
file1.js
NETWORK:
file1.js
file2.js
jquery.min.js
../oasis/javascript/oasis.js.html
../oasis/javascript/jquery/1.9.1/jquery.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment