From 3eda3beeae6aca42c395c9de221782b5d4843f42 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 20 Aug 2023 16:23:02 +0200 Subject: release assets --- public/service-worker.js | 24 ++++++++++++------------ public/static/css/material-icons.css | 8 ++++---- public/static/manifest.json | 12 ++++++------ public/static/v58 | 1 - public/static/v60 | 1 + templates/layouts/default.html.ep | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) delete mode 120000 public/static/v58 create mode 120000 public/static/v60 diff --git a/public/service-worker.js b/public/service-worker.js index 6e6312d..73bce7c 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,18 +1,18 @@ -const CACHE_NAME = 'static-cache-v59'; +const CACHE_NAME = 'static-cache-v60'; const FILES_TO_CACHE = [ '/favicon.ico', '/offline.html', - '/static/v59/css/light.min.css', - '/static/v59/css/dark.min.css', - '/static/v59/css/material-icons.css', - '/static/v59/fonts/MaterialIcons-Regular.woff2', - '/static/v59/fonts/MaterialIcons-Regular.woff', - '/static/v59/fonts/MaterialIcons-Regular.ttf', - '/static/v59/js/jquery-3.4.1.min.js', - '/static/v59/js/materialize.min.js', - '/static/v59/js/travelynx-actions.min.js', - '/static/v59/js/autocomplete.min.js', - '/static/v59/js/geolocation.min.js', + '/static/v60/css/light.min.css', + '/static/v60/css/dark.min.css', + '/static/v60/css/material-icons.css', + '/static/v60/fonts/MaterialIcons-Regular.woff2', + '/static/v60/fonts/MaterialIcons-Regular.woff', + '/static/v60/fonts/MaterialIcons-Regular.ttf', + '/static/v60/js/jquery-3.4.1.min.js', + '/static/v60/js/materialize.min.js', + '/static/v60/js/travelynx-actions.min.js', + '/static/v60/js/autocomplete.min.js', + '/static/v60/js/geolocation.min.js', ]; self.addEventListener('install', (evt) => { diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index ae6cc45..e76ecb1 100644 --- a/public/static/css/material-icons.css +++ b/public/static/css/material-icons.css @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url(/static/v59/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v60/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v59/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v59/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v59/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v60/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v60/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v60/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { diff --git a/public/static/manifest.json b/public/static/manifest.json index a94ec3b..6d0fcb7 100644 --- a/public/static/manifest.json +++ b/public/static/manifest.json @@ -3,27 +3,27 @@ "short_name": "Travelynx", "scope": "/", "icons": [{ - "src": "/static/v59/icons/icon-128x128.png", + "src": "/static/v60/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "/static/v59/icons/icon-144x144.png", + "src": "/static/v60/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" }, { - "src": "/static/v59/icons/icon-152x152.png", + "src": "/static/v60/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" }, { - "src": "/static/v59/icons/icon-192x192.png", + "src": "/static/v60/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/static/v59/icons/icon-256x256.png", + "src": "/static/v60/icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/static/v59/icons/icon-512x512.png", + "src": "/static/v60/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }], diff --git a/public/static/v58 b/public/static/v58 deleted file mode 120000 index 945c9b4..0000000 --- a/public/static/v58 +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/public/static/v60 b/public/static/v60 new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/public/static/v60 @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index d50ab30..b5dd2f5 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -13,7 +13,7 @@ % while (my ($key, $value) = each %{stash('opengraph') // {}}) { % } - % my $av = 'v59'; # asset version + % my $av = 'v60'; # asset version -- cgit v1.2.3