From b5a63dd54fb3bb2320eeb59f3b8ad1f15141271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaj=20Bj=C3=B6rklund?= Date: Wed, 17 Jan 2018 10:45:07 +0200 Subject: [PATCH] Revert "Add offline support" * This reverts commit fbe30a2607932132f59678fe1c65cdf8f316effb. * Breaks Safari on my site due to cross origin problems. --- build/compile.sh | 2 +- chess.appcache | 9 --------- chess.html | 2 +- src/chess.appcache | 9 --------- src/chess.html | 2 +- 5 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 chess.appcache delete mode 100644 src/chess.appcache diff --git a/build/compile.sh b/build/compile.sh index 76bc054..e9369fa 100644 --- a/build/compile.sh +++ b/build/compile.sh @@ -17,4 +17,4 @@ java -jar "$COMPILER_JAR" \ cp ../src/chess.css .. cp ../src/chess.ico .. sed "s/chess\.include\.js/chess.min.js/" ../src/chess.html > ../chess.html -sed "s/chess\.include\.js/chess.min.js/" ../src/chess.appcache > ../chess.appcache + diff --git a/chess.appcache b/chess.appcache deleted file mode 100644 index 37693b9..0000000 --- a/chess.appcache +++ /dev/null @@ -1,9 +0,0 @@ -CACHE MANIFEST -CACHE: -chess.html -chess.css -chess.ico -chess.min.js - -NETWORK: -* diff --git a/chess.html b/chess.html index 893021e..e1eabcc 100644 --- a/chess.html +++ b/chess.html @@ -1,5 +1,5 @@ - + diff --git a/src/chess.appcache b/src/chess.appcache deleted file mode 100644 index b28987d..0000000 --- a/src/chess.appcache +++ /dev/null @@ -1,9 +0,0 @@ -CACHE MANIFEST -CACHE: -chess.html -chess.css -chess.ico -chess.include.js - -NETWORK: -* diff --git a/src/chess.html b/src/chess.html index cb464d0..9909952 100644 --- a/src/chess.html +++ b/src/chess.html @@ -1,5 +1,5 @@ - +