diff --git a/cache.appcache b/cache.appcache index a5d5be73a6db1600cf7f9f9a89fe8e8ba7f100a5..256f07d541918fca80b4c52daff889c2bba90a56 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