Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grayghostvisuals/1629154 to your computer and use it in GitHub Desktop.
Save grayghostvisuals/1629154 to your computer and use it in GitHub Desktop.
CACHE MANIFEST wtypekit and wordpress
CACHE MANIFEST
#
# Version Control
# v0.0.0 00-00-0000
#
# Handy Dandy Developer Tools
# CHROME chrome://appcache-internals
# FIREFOX about:cache
# Charles - Web Debugging Proxy App
# http://charlesproxy.com
#
# CACHE explicit entries
# NETWORK URL online whitelist entries
# FALLBACK ish entries (i.e. "In case shit happens")
#
CACHE:
# Typekit
#http://use.typekit.com/xxxxxxx.js
#
# Styles
#http://[ your_url ]/wp-content/themes/themename/style.css
# Images
#
# Modernizr
#js/libs/modernizr.js
# jQuery Local
#js/libs/jquery.min.js
#
# JS
#
NETWORK:
# Wordpress Template Files
./header.php
./archive.php
./category.php
./comments.php
./footer.php
./index.php
./page.php
./case-studies.php
./single-case-studies.php
./taxonomy-case-type.php
./pageblank.php
./sidebar.php
./single.php
./404.php
#
# jQuery CDN
#http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
#
# Google Analytics
#http://www.google-analytics.com/ga.js
#
# Typekit
#http://use.typekit.com/x/xxxxxxx-x.css?[base64encryption_goes_here]
#
FALLBACK:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment