diff options
Diffstat (limited to 'sw.js')
-rw-r--r-- | sw.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-v1.0.3"; +const static_cache_name = "site-static-v1.0.4"; // Got them with du -a and minor cleaning up const assets = [ "/img/avatars/asijanec.png", @@ -21,6 +21,7 @@ const assets = [ "/pages/timetable.html", "/pages/tos.html", "/pages/privacypolicy.html", + "/pages/changelog.html", "/fonts/materialicons.woff2", "/fonts/fa-regular-400.eot", @@ -51,6 +52,7 @@ const assets = [ "/js/absences.js", "/js/tos.js", "/js/privacypolicy.js", + "/js/changelog.js", "/js/lib/materialize.min.js", "/js/lib/fullcalendar/daygrid/main.min.js", |