diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | assets/pages-src/about.bvr | 1 | ||||
-rw-r--r-- | dist/pages/about.html | 3 | ||||
-rw-r--r-- | dist/sw.js | 4 |
4 files changed, 7 insertions, 3 deletions
@@ -1 +1,3 @@ **/.commit +dist/sw.js +dist/pages/about.html diff --git a/assets/pages-src/about.bvr b/assets/pages-src/about.bvr index dd42b82..26b5957 100644 --- a/assets/pages-src/about.bvr +++ b/assets/pages-src/about.bvr @@ -124,6 +124,7 @@ <p> <small> ^HEAD <@?g latest_commit@> + </small> </p> </div> </div> diff --git a/dist/pages/about.html b/dist/pages/about.html index 203f21b..7102567 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,8 @@ <div class="row"> <p> <small> - ^HEAD 7b0e9737328c2dc5a0ff1bd063cd7818706256c3 + ^HEAD c373dd3a6d4c5acfa6ca44a3c3489146a6a761c6 + </small> </p> </div> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-7b0e973"; -// latest commit is 7b0e9737328c2dc5a0ff1bd063cd7818706256c3 +const static_cache_name = "site-static-1.0.13-beta-c373dd3"; +// latest commit is c373dd3a6d4c5acfa6ca44a3c3489146a6a761c6 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |