diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-06-02 17:06:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 17:06:59 +0200 |
commit | 28e9c789c7076c33174dfc2605cae66a0c940934 (patch) | |
tree | 5a16f12e95e88f0514904b6f6509d6306c7122a1 | |
parent | Merge pull request #20 from beziapp/github-actions-fix (diff) | |
parent | Add .well-known to GH pages (diff) | |
download | beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar.gz beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar.bz2 beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar.lz beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar.xz beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.tar.zst beziapp-28e9c789c7076c33174dfc2605cae66a0c940934.zip |
-rw-r--r-- | assets/root/_config.yml | 1 | ||||
-rw-r--r-- | dist/_config.yml | 1 | ||||
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
5 files changed, 6 insertions, 4 deletions
diff --git a/assets/root/_config.yml b/assets/root/_config.yml new file mode 100644 index 0000000..68730c9 --- /dev/null +++ b/assets/root/_config.yml @@ -0,0 +1 @@ +include: [".well-known"] diff --git a/dist/_config.yml b/dist/_config.yml new file mode 100644 index 0000000..68730c9 --- /dev/null +++ b/dist/_config.yml @@ -0,0 +1 @@ +include: [".well-known"] diff --git a/dist/js/app.js b/dist/js/app.js index 53115c0..053135a 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14-beta"; -const previous_commit = "ab8e40cac16a1146fab72dffb8922165b097f730"; +const previous_commit = "20505fc48713c600c345814d4a9c2e0747c77152"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 748d16c..ebbcfeb 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD ab8e40cac16a1146fab72dffb8922165b097f730 + ^HEAD 20505fc48713c600c345814d4a9c2e0747c77152 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-ab8e40c"; -// commit before the latest is ab8e40cac16a1146fab72dffb8922165b097f730 +const static_cache_name = "site-static-1.0.14-beta-20505fc"; +// commit before the latest is 20505fc48713c600c345814d4a9c2e0747c77152 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |