Skip to content

Commit

Permalink
Build Source files
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikborsadiya committed Dec 8, 2018
1 parent 1a087c7 commit f9c1041
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@
var i = [],
r = e.cloneDeep(a);
e.each(n, function(e) {
e.startsWith("--")
? ((uri_options = e.split(/--|=(.*)/)),
uri_options.length > 2 && (r[uri_options[2]] = uri_options[3] || "true"))
: i.push(e);
if (e.startsWith("--")) {
var t = e.split(/--|=(.*)/);
t.length > 2 && (r[t[2]] = t[3] || "true");
} else i.push(e);
}),
t.once("addUri", [i, r], o, !0);
}),
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- {{{ head -->
<head>
<link rel="icon" href="favicon.ico" />
<link rel="icon" href="../favicon.ico" />

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ self.__precacheManifest = [
url: "flags/de.svg"
},
{
revision: "9be2d6fa33228eaaef3a00ce10238d31",
revision: "3b828f54c0e614e18db2c1816c9c2e84",
url: "index.html"
},
{
Expand Down Expand Up @@ -72,11 +72,11 @@ self.__precacheManifest = [
url: "flags/br.svg"
},
{
revision: "23a22250de06d1793dc4",
revision: "e1870e757b1b72d20d1f",
url: "app.js"
},
{
revision: "23a22250de06d1793dc4",
revision: "e1870e757b1b72d20d1f",
url: "app.css"
}
];
2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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
Expand Down

0 comments on commit f9c1041

Please sign in to comment.