From dd41e4bcd3fb7babe383028ac1243f4f5eae5856 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 19:45:04 +0200 Subject: latest_commit is not actually latest --- assets/root/sw.js.bvr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/root/sw.js.bvr b/assets/root/sw.js.bvr index c3e7988..a44a6fc 100644 --- a/assets/root/sw.js.bvr +++ b/assets/root/sw.js.bvr @@ -1,7 +1,7 @@ <@?i global@> // Change version to cause cache refresh const static_cache_name = "site-static-<@?g app_version@>-<@?u 0 7 ?g latest_commit@>"; -// latest commit is <@?g latest_commit@> +// commit before the latest 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! -- cgit v1.2.3