mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 22:37:20 +00:00
Experiments with appcache part 19
This commit is contained in:
parent
9273b4b948
commit
cc86f1f50a
1 changed files with 39 additions and 40 deletions
|
|
@ -3,7 +3,6 @@ CACHE MANIFEST
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
# index
|
# index
|
||||||
/
|
|
||||||
|
|
||||||
# # Character Creater
|
# # Character Creater
|
||||||
# /Character/
|
# /Character/
|
||||||
|
|
@ -103,31 +102,31 @@ CACHE:
|
||||||
# /static/fonts/typicons.svg
|
# /static/fonts/typicons.svg
|
||||||
# /static/fonts/typicons.ttf
|
# /static/fonts/typicons.ttf
|
||||||
# /static/fonts/typicons.woff
|
# /static/fonts/typicons.woff
|
||||||
#
|
|
||||||
# images
|
# images
|
||||||
/static/images/bg.jpg
|
static/images/bg.jpg
|
||||||
/static/images/ppforums/colbie.png
|
static/images/ppforums/colbie.png
|
||||||
/static/images/ppforums/index.png
|
static/images/ppforums/index.png
|
||||||
/static/images/progress/cygnar.png
|
static/images/progress/cygnar.png
|
||||||
/static/images/progress/khador.png
|
static/images/progress/khador.png
|
||||||
/static/images/progress/mercenaries.png
|
static/images/progress/mercenaries.png
|
||||||
/static/images/sheet/Abilities.png
|
static/images/sheet/Abilities.png
|
||||||
/static/images/sheet/Colbie.jpg
|
static/images/sheet/Colbie.jpg
|
||||||
/static/images/sheet/Details.png
|
static/images/sheet/Details.png
|
||||||
/static/images/sheet/Feats.png
|
static/images/sheet/Feats.png
|
||||||
/static/images/sheet/Gear.png
|
static/images/sheet/Gear.png
|
||||||
/static/images/sheet/M+M.png
|
static/images/sheet/M+M.png
|
||||||
/static/images/sheet/R+M+M.png
|
static/images/sheet/R+M+M.png
|
||||||
/static/images/sheet/R+R+M.png
|
static/images/sheet/R+R+M.png
|
||||||
/static/images/sheet/R+R.png
|
static/images/sheet/R+R.png
|
||||||
/static/images/sheet/reload.png
|
static/images/sheet/reload.png
|
||||||
/static/images/sheet/Skills.png
|
static/images/sheet/Skills.png
|
||||||
/static/images/sheet/Spells.png
|
static/images/sheet/Spells.png
|
||||||
/static/images/sheet/Stats.png
|
static/images/sheet/Stats.png
|
||||||
/static/images/sort_asc.png
|
static/images/sort_asc.png
|
||||||
/static/images/sort_both.png
|
static/images/sort_both.png
|
||||||
/static/images/sort_desc.png
|
static/images/sort_desc.png
|
||||||
#
|
|
||||||
# # javascripts
|
# # javascripts
|
||||||
# /static/javascripts/datatables-filters.js
|
# /static/javascripts/datatables-filters.js
|
||||||
# /static/javascripts/foo.js
|
# /static/javascripts/foo.js
|
||||||
|
|
@ -139,21 +138,21 @@ CACHE:
|
||||||
# /static/javascripts/setup-datatables.js
|
# /static/javascripts/setup-datatables.js
|
||||||
|
|
||||||
# stylesheets
|
# stylesheets
|
||||||
/static/stylesheets/content/character-sheet.css
|
static/stylesheets/content/character-sheet.css
|
||||||
/static/stylesheets/content/datatables.css
|
static/stylesheets/content/datatables.css
|
||||||
/static/stylesheets/content/lists.css
|
static/stylesheets/content/lists.css
|
||||||
/static/stylesheets/content/progress-bar.css
|
static/stylesheets/content/progress-bar.css
|
||||||
/static/stylesheets/content/tables.css
|
static/stylesheets/content/tables.css
|
||||||
/static/stylesheets/content.css
|
static/stylesheets/content.css
|
||||||
/static/stylesheets/fonts.css
|
static/stylesheets/fonts.css
|
||||||
/static/stylesheets/foot.css
|
static/stylesheets/foot.css
|
||||||
/static/stylesheets/global.css
|
static/stylesheets/global.css
|
||||||
/static/stylesheets/head.css
|
static/stylesheets/head.css
|
||||||
/static/stylesheets/index.css
|
static/stylesheets/index.css
|
||||||
/static/stylesheets/ipad.css
|
static/stylesheets/ipad.css
|
||||||
/static/stylesheets/iphone.css
|
static/stylesheets/iphone.css
|
||||||
/static/stylesheets/menu.css
|
static/stylesheets/menu.css
|
||||||
/static/stylesheets/reset.css
|
static/stylesheets/reset.css
|
||||||
|
|
||||||
# # Other page resources
|
# # Other page resources
|
||||||
# https://code.jquery.com/jquery-2.1.1.min.js
|
# https://code.jquery.com/jquery-2.1.1.min.js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue