summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 15:23:34 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 15:23:34 +0200
commit7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923 (patch)
tree4a607267b3b7f1a57cf72f458708f22990e288bd
parentDO NOT MERGE, testing new bVerbose (diff)
downloadbeziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar.gz
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar.bz2
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar.lz
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar.xz
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.tar.zst
beziapp-7fc030a3e09b3c2d2c2c01143b83ab8f4a24a923.zip
-rwxr-xr-xbin/compose-htmlbin22688 -> 22696 bytes
-rwxr-xr-xbin/compose-singlebin22544 -> 22552 bytes
-rw-r--r--global.bvr1
-rw-r--r--sw.js.bvr1
4 files changed, 2 insertions, 0 deletions
diff --git a/bin/compose-html b/bin/compose-html
index 4e7ae30..77a7093 100755
--- a/bin/compose-html
+++ b/bin/compose-html
Binary files differ
diff --git a/bin/compose-single b/bin/compose-single
index 0f4b7d4..80970bc 100755
--- a/bin/compose-single
+++ b/bin/compose-single
Binary files differ
diff --git a/global.bvr b/global.bvr
index b97e0df..3e44bce 100644
--- a/global.bvr
+++ b/global.bvr
@@ -1,2 +1,3 @@
<@?s bvr_include_path pages-src/ pages-src/misc/@>
+# <@?s latest_commit ?i .git/refs/heads/dev@>
<@?s app_version 1.0.13-beta@>
diff --git a/sw.js.bvr b/sw.js.bvr
index 37ddcbd..0f8491d 100644
--- a/sw.js.bvr
+++ b/sw.js.bvr
@@ -1,6 +1,7 @@
<@?i global@>
// Change version to cause cache refresh
const static_cache_name = "site-static-<@?g app_version@>";
+# // latest commit is <@?g latest_commit@>
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!