From 0f66c1834c3f18a089f8bfca9cd00b938fab132b Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Sun, 23 Mar 2014 19:53:53 +0100 Subject: [PATCH] update appcache with new files --- cache.appcache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cache.appcache b/cache.appcache index d1396f6..0da730c 100644 --- a/cache.appcache +++ b/cache.appcache @@ -3,7 +3,7 @@ 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-23T19:52:45+01:00 +# Updated: 2014-03-23T19:53:53+01:00 # Main page index.html @@ -32,6 +32,8 @@ meta/og_image.png # JavaScript js/animframe_polyfill.js js/application.js +js/bind_polyfill.js +js/classlist_polyfill.js js/game_manager.js js/grid.js js/html_actuator.js -- GitLab