Created
March 9, 2012 19:18
-
-
Save emjayess/2008177 to your computer and use it in GitHub Desktop.
application caching on the fly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CACHE MANIFEST | |
# cache pages as they're visited | |
# display '/offline' when offline and hitting a page not yet cached... | |
FALLBACK: | |
/ /offline | |
NETWORK: | |
* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment