-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-worker.js
132 lines (130 loc) · 3.51 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [
{
"url": "404.html",
"revision": "ed2733d2d80879f3ccf70c14c2b2dbaf"
},
{
"url": "articles/centos-configure-ftp.html",
"revision": "9f4bce4ae2f9333b5d29e2337efd81c6"
},
{
"url": "articles/develop-angularjs-application-with-typescript.html",
"revision": "a092aeeeaa90c9f98fee1165efbef528"
},
{
"url": "articles/index.html",
"revision": "3bf8693744bee370c69f7416742e6433"
},
{
"url": "articles/vuepress-quick-start-guide.html",
"revision": "61d7e28503c29c10e2f72b66570b2a1e"
},
{
"url": "assets/css/1.styles.5a665903.css",
"revision": "749ee8bf62352f89ccbdf1a90e6e807c"
},
{
"url": "assets/css/2.styles.cbd24eb2.css",
"revision": "ce7b74d69e825f7fb7fb8b4367ff88a5"
},
{
"url": "assets/css/styles.38bd08f8.css",
"revision": "f228bfd330a7816e908cce40f50d24b9"
},
{
"url": "assets/img/20180513-181657.7fda0c75.png",
"revision": "7fda0c75d4a3217ae012d3c2b36bab7c"
},
{
"url": "assets/img/20180513-181919.75d0057e.png",
"revision": "75d0057e8890a2170c1bed2b83339ee8"
},
{
"url": "assets/img/search.83621669.svg",
"revision": "83621669651b9a3d4bf64d1a670ad856"
},
{
"url": "assets/js/1.5a665903.js",
"revision": "009539b614cf1f23bcee12135f94ed09"
},
{
"url": "assets/js/2.cbd24eb2.js",
"revision": "0c191ff380079c64f9a1f7fba059d81f"
},
{
"url": "assets/js/3.0fffe53e.js",
"revision": "55da6db99ee9b010be5de96c7cd71a38"
},
{
"url": "assets/js/4.8faeaebd.js",
"revision": "ff05a31c582956733ed4dfcfb26123cf"
},
{
"url": "assets/js/5.ad7cfea2.js",
"revision": "f338b127890a94e68f3fc673ef956088"
},
{
"url": "assets/js/6.e3e92c0b.js",
"revision": "b52d88bfc02ebac0e0feb1da9a2b7008"
},
{
"url": "assets/js/7.faa0b71a.js",
"revision": "fb7bd7be8acd242e82e399e2f7223753"
},
{
"url": "assets/js/app.38bd08f8.js",
"revision": "a570f373fd0e50671a77a34fcfce4cb4"
},
{
"url": "icons/android-chrome-192x192.png",
"revision": "ec739fc0aecfec16d73115351cb6fee6"
},
{
"url": "icons/android-chrome-512x512.png",
"revision": "3ebd69caa4519e8fa4505a1367f3a38c"
},
{
"url": "icons/apple-touch-icon-152x152.png",
"revision": "e3ca597e5ffa0eff57560bd490aacd6a"
},
{
"url": "icons/msapplication-icon-144x144.png",
"revision": "521b761d35bbdededcf8de531d4b53a4"
},
{
"url": "icons/safari-pinned-tab.svg",
"revision": "0309af0252d38238bb1586b5536eaa64"
},
{
"url": "index.html",
"revision": "37b0b5cb2ac3685361a147d967773a35"
},
{
"url": "logo.png",
"revision": "15d9a073869a8e608d1fbe62e9119c55"
},
{
"url": "logo.svg",
"revision": "ca1e34c8efcf1d183b107795fcf19dfd"
}
].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});