invalidate cache for release v1.1.8

This commit is contained in:
Ondřej Synáček 2019-11-24 22:39:50 +01:00
parent 98ad2cf25e
commit 0210676717
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
// Worker v13 // Worker v14
self.addEventListener('install', (event) => { self.addEventListener('install', (event) => {
event.waitUntil( event.waitUntil(
@ -6,9 +6,9 @@ self.addEventListener('install', (event) => {
return cache.addAll([ return cache.addAll([
'/', '/',
'/favicon.ico', '/favicon.ico',
'/scripts.js?5', '/scripts.js?6',
'/style.css?8', '/style.css?9',
'/about?2', '/about?3',
'/icon-512.png', '/icon-512.png',
]) ])
}) })

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css?8"> <link rel="stylesheet" type="text/css" href="/style.css?9">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png"> <link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<title>Facebook Events to iCal Converter | about</title> <title>Facebook Events to iCal Converter | about</title>
</head> </head>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png"> <link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<link rel="stylesheet" type="text/css" href="/style.css?8"> <link rel="stylesheet" type="text/css" href="/style.css?9">
<title>Facebook Event to iCal Converter</title> <title>Facebook Event to iCal Converter</title>
</head> </head>
@ -80,6 +80,6 @@
<a href="/about" target="_blank" title="About the project">About</about> <a href="/about" target="_blank" title="About the project">About</about>
</footer> </footer>
<script src="/scripts.js?5"></script> <script src="/scripts.js?6"></script>
</body> </body>
</html> </html>