From 82e55988b433bddc91df8d3f6cae9329ebcd2f06 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Thu, 20 Mar 2014 23:10:22 +0100 Subject: [PATCH] improve appcache --- cache.appcache | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cache.appcache b/cache.appcache index a5d5be7..256f07d 100644 --- a/cache.appcache +++ b/cache.appcache @@ -1,6 +1,17 @@ CACHE MANIFEST + +# Adds the ability to play the game online. +# The following comment needs to be updated whenever a change is made. +# Run `rake appcache:update` to do so +# Updated: 2014-03-20T23:10:22+01:00 + +# Main page index.html +# CSS +style/main.css + +# Fonts style/fonts/clear-sans.css style/fonts/ClearSans-Bold-webfont.eot style/fonts/ClearSans-Bold-webfont.svg @@ -12,12 +23,20 @@ style/fonts/ClearSans-Regular-webfont.eot style/fonts/ClearSans-Regular-webfont.svg style/fonts/ClearSans-Regular-webfont.woff +# Other resources +meta/apple-touch-icon.png +meta/icon_bitcoin.svg +meta/icon_pp.svg +meta/og_image.png + +# JavaScript js/animframe_polyfill.js js/application.js js/game_manager.js js/grid.js js/html_actuator.js js/keyboard_input_manager.js +js/local_score_manager.js js/tile.js favicon.ico -- GitLab