Skip to content
Snippets Groups Projects
Commit 55581d1f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update asset version

parent 85636af2
No related branches found
No related tags found
No related merge requests found
const CACHE_NAME = 'static-cache-v12'; const CACHE_NAME = 'static-cache-v13';
const FILES_TO_CACHE = [ const FILES_TO_CACHE = [
'/offline.html', '/offline.html',
'/static/v12/css/materialize.min.css', '/static/v13/css/materialize.min.css',
'/static/v12/css/material-icons.css', '/static/v13/css/material-icons.css',
'/static/v12/css/local.css', '/static/v13/css/local.css',
'/static/v12/js/jquery-3.4.1.min.js', '/static/v13/js/jquery-3.4.1.min.js',
'/static/v12/js/materialize.min.js', '/static/v13/js/materialize.min.js',
'/static/v12/js/travelynx-actions.min.js', '/static/v13/js/travelynx-actions.min.js',
'/static/v12/js/autocomplete.min.js', '/static/v13/js/autocomplete.min.js',
'/static/v12/js/geolocation.min.js', '/static/v13/js/geolocation.min.js',
]; ];
self.addEventListener('install', (evt) => { self.addEventListener('install', (evt) => {
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
font-family: 'Material Icons'; font-family: 'Material Icons';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url(/static/v12/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: url(/static/v13/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'), src: local('Material Icons'),
local('MaterialIcons-Regular'), local('MaterialIcons-Regular'),
url(/static/v12/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/v13/fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(/static/v12/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/v13/fonts/MaterialIcons-Regular.woff) format('woff'),
url(/static/v12/fonts/MaterialIcons-Regular.ttf) format('truetype'); url(/static/v13/fonts/MaterialIcons-Regular.ttf) format('truetype');
} }
.material-icons { .material-icons {
......
...@@ -3,27 +3,27 @@ ...@@ -3,27 +3,27 @@
"short_name": "Travelynx", "short_name": "Travelynx",
"scope": "/", "scope": "/",
"icons": [{ "icons": [{
"src": "/static/v12/icons/icon-128x128.png", "src": "/static/v13/icons/icon-128x128.png",
"sizes": "128x128", "sizes": "128x128",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "/static/v12/icons/icon-144x144.png", "src": "/static/v13/icons/icon-144x144.png",
"sizes": "144x144", "sizes": "144x144",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "/static/v12/icons/icon-152x152.png", "src": "/static/v13/icons/icon-152x152.png",
"sizes": "152x152", "sizes": "152x152",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "/static/v12/icons/icon-192x192.png", "src": "/static/v13/icons/icon-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "/static/v12/icons/icon-256x256.png", "src": "/static/v13/icons/icon-256x256.png",
"sizes": "256x256", "sizes": "256x256",
"type": "image/png" "type": "image/png"
}, { }, {
"src": "/static/v12/icons/icon-512x512.png", "src": "/static/v13/icons/icon-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
}], }],
......
File moved
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Weather PWA"> <meta name="apple-mobile-web-app-title" content="Weather PWA">
% my $av = 'v12'; # asset version % my $av = 'v13'; # asset version
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-152x152.png"> <link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-152x152.png">
<link rel="manifest" href="/static/<%= $av %>/manifest.json"> <link rel="manifest" href="/static/<%= $av %>/manifest.json">
%= stylesheet "/static/${av}/css/materialize.min.css" %= stylesheet "/static/${av}/css/materialize.min.css"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment