Build Source files
This commit is contained in:
parent
1a087c7243
commit
f9c104100a
|
@ -500,10 +500,10 @@
|
||||||
var i = [],
|
var i = [],
|
||||||
r = e.cloneDeep(a);
|
r = e.cloneDeep(a);
|
||||||
e.each(n, function(e) {
|
e.each(n, function(e) {
|
||||||
e.startsWith("--")
|
if (e.startsWith("--")) {
|
||||||
? ((uri_options = e.split(/--|=(.*)/)),
|
var t = e.split(/--|=(.*)/);
|
||||||
uri_options.length > 2 && (r[uri_options[2]] = uri_options[3] || "true"))
|
t.length > 2 && (r[t[2]] = t[3] || "true");
|
||||||
: i.push(e);
|
} else i.push(e);
|
||||||
}),
|
}),
|
||||||
t.once("addUri", [i, r], o, !0);
|
t.once("addUri", [i, r], o, !0);
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- {{{ head -->
|
<!-- {{{ head -->
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="favicon.ico" />
|
<link rel="icon" href="../favicon.ico" />
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
|
@ -4,7 +4,7 @@ self.__precacheManifest = [
|
||||||
url: "flags/de.svg"
|
url: "flags/de.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
revision: "9be2d6fa33228eaaef3a00ce10238d31",
|
revision: "3b828f54c0e614e18db2c1816c9c2e84",
|
||||||
url: "index.html"
|
url: "index.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -72,11 +72,11 @@ self.__precacheManifest = [
|
||||||
url: "flags/br.svg"
|
url: "flags/br.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
revision: "23a22250de06d1793dc4",
|
revision: "e1870e757b1b72d20d1f",
|
||||||
url: "app.js"
|
url: "app.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
revision: "23a22250de06d1793dc4",
|
revision: "e1870e757b1b72d20d1f",
|
||||||
url: "app.css"
|
url: "app.css"
|
||||||
}
|
}
|
||||||
];
|
];
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.4.1/workbox-sw.js");
|
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.4.1/workbox-sw.js");
|
||||||
|
|
||||||
importScripts("precache-manifest.52b448caf742d9881a064bf25c755e89.js");
|
importScripts("precache-manifest.b562a874cfed1a8c74df9b49e6f1c2cc.js");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user