diff options
author | rstular <rok@stular.eu> | 2020-05-20 22:52:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 22:52:08 +0200 |
commit | 4c37a95100098235151e044f3788dcba0c75c60f (patch) | |
tree | bddd55b376b5467020126020925216f96c6c9c1d /dist/sw.js | |
parent | Merge pull request #10 from beziapp/dev (diff) | |
parent | i should check code before pushing (diff) | |
download | beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar.gz beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar.bz2 beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar.lz beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar.xz beziapp-4c37a95100098235151e044f3788dcba0c75c60f.tar.zst beziapp-4c37a95100098235151e044f3788dcba0c75c60f.zip |
Diffstat (limited to 'dist/sw.js')
-rwxr-xr-x | dist/sw.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-a6a552e"; -// commit before the latest is a6a552efe42f84f439c82e21ba5dcc0f66e43a82 +const static_cache_name = "site-static-1.0.14-beta-c40b1bd"; +// commit before the latest is c40b1bd1b0c465663eef509464e3807019727caf // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |