-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathservice-worker.js
35 lines (33 loc) · 1.96 KB
/
service-worker.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
importScripts('assets/vendor/workbox-7.1.0/workbox-sw.js');
workbox.setConfig({
debug: false,
modulePathPrefix: 'assets/vendor/workbox-7.1.0/'
});
workbox.precaching.precacheAndRoute([
{url: 'index.html', revision: '12.09.24.1'},
{url: 'manifest.json', revision: '11.15.23.1'},
{url: 'assets/js/app.js', revision: '12.09.24.1'},
{url: 'assets/css/app.css', revision: '11.15.23.1'},
{url: 'assets/img/32.png', revision: '11.15.23.1'},
{url: 'assets/img/87.png', revision: '11.15.23.1'},
{url: 'assets/img/180.png', revision: '11.15.23.1'},
{url: 'assets/img/1024.png', revision: '11.15.23.1'},
{url: 'assets/img/maskable-icon.png', revision: '11.15.23.1'},
{url: 'assets/vendor/icomoon-v1.0/style.css', revision: '11.15.23.1'},
{url: 'assets/vendor/icomoon-v1.0/fonts/icomoon.ttf', revision: '11.15.23.1'},
{url: 'assets/vendor/icomoon-v1.0/fonts/icomoon.woff', revision: '11.15.23.1'},
{url: 'assets/vendor/localForage-1.10.0/localforage.min.js', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/images/layers.png', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/images/layers-2x.png', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/images/marker-icon.png', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/images/marker-icon-2x.png', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/images/marker-shadow.png', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/leaflet.css', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-1.9.4/leaflet.js', revision: '11.15.23.1'},
{url: 'assets/vendor/leaflet-locatecontrol-0.81.1/L.Control.Locate.min.css', revision: '08.16.24.1'},
{url: 'assets/vendor/leaflet-locatecontrol-0.81.1/L.Control.Locate.min.js', revision: '08.16.24.1'},
{url: 'assets/vendor/pmtiles-4.0.1/pmtiles.js', revision: '12.09.24.1'},
{url: 'assets/vendor/sweetalert2-11.14.5/sweetalert2.all.min.js', revision: '12.09.24.1'}
], {
ignoreURLParametersMatching: [/.*/]
});