From 96ad918a06c99558211a9a2de9b3cca8357e8d5c Mon Sep 17 00:00:00 2001 From: Eli White Date: Wed, 12 Mar 2014 22:42:18 +1100 Subject: [PATCH] Adding a cache manifest --- cache.appcache | 26 ++++++++++++++++++++++++++ index.html | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 cache.appcache diff --git a/cache.appcache b/cache.appcache new file mode 100644 index 0000000..a5d5be7 --- /dev/null +++ b/cache.appcache @@ -0,0 +1,26 @@ +CACHE MANIFEST +index.html + +style/fonts/clear-sans.css +style/fonts/ClearSans-Bold-webfont.eot +style/fonts/ClearSans-Bold-webfont.svg +style/fonts/ClearSans-Bold-webfont.woff +style/fonts/ClearSans-Light-webfont.eot +style/fonts/ClearSans-Light-webfont.svg +style/fonts/ClearSans-Light-webfont.woff +style/fonts/ClearSans-Regular-webfont.eot +style/fonts/ClearSans-Regular-webfont.svg +style/fonts/ClearSans-Regular-webfont.woff + +js/animframe_polyfill.js +js/application.js +js/game_manager.js +js/grid.js +js/html_actuator.js +js/keyboard_input_manager.js +js/tile.js + +favicon.ico + +NETWORK: +* diff --git a/index.html b/index.html index adab832..8dccd8f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + 2048 -- GitLab