Skip to content

Commit 1b49bd9

Browse files
committed
actual path
1 parent 55b322b commit 1b49bd9

9 files changed

+53
-163
lines changed

docs/asset-manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"files": {
3-
"main.css": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css",
4-
"main.js": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.4d927326.chunk.js",
5-
"main.js.map": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.4d927326.chunk.js.map",
6-
"runtime-main.js": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/runtime-main.c0f1f911.js",
7-
"runtime-main.js.map": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/runtime-main.c0f1f911.js.map",
8-
"static/js/2.d00f4611.chunk.js": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js",
9-
"static/js/2.d00f4611.chunk.js.map": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js.map",
10-
"index.html": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/index.html",
11-
"precache-manifest.c1b16c37084db887689e5f589b9130cd.js": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/precache-manifest.c1b16c37084db887689e5f589b9130cd.js",
12-
"service-worker.js": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/service-worker.js",
13-
"static/css/main.dfca195d.chunk.css.map": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css.map",
14-
"static/js/2.d00f4611.chunk.js.LICENSE": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js.LICENSE",
15-
"static/media/bg-tweed-pattern.png": "https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/media/bg-tweed-pattern.bfc9b983.png"
3+
"main.css": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css",
4+
"main.js": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.00e8b2f7.chunk.js",
5+
"main.js.map": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.00e8b2f7.chunk.js.map",
6+
"runtime-main.js": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/runtime-main.e5942e33.js",
7+
"runtime-main.js.map": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/runtime-main.e5942e33.js.map",
8+
"static/js/2.d00f4611.chunk.js": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js",
9+
"static/js/2.d00f4611.chunk.js.map": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js.map",
10+
"index.html": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/index.html",
11+
"precache-manifest.907a8096be3735d09f5618a6b605c6ea.js": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/precache-manifest.907a8096be3735d09f5618a6b605c6ea.js",
12+
"service-worker.js": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/service-worker.js",
13+
"static/css/main.dfca195d.chunk.css.map": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css.map",
14+
"static/js/2.d00f4611.chunk.js.LICENSE": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js.LICENSE",
15+
"static/media/bg-tweed-pattern.png": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/media/bg-tweed-pattern.bfc9b983.png"
1616
},
1717
"entrypoints": [
18-
"static/js/runtime-main.c0f1f911.js",
18+
"static/js/runtime-main.e5942e33.js",
1919
"static/js/2.d00f4611.chunk.js",
2020
"static/css/main.dfca195d.chunk.css",
21-
"static/js/main.4d927326.chunk.js"
21+
"static/js/main.00e8b2f7.chunk.js"
2222
]
2323
}

docs/index.html

Lines changed: 1 addition & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link
6-
rel="icon"
7-
href="https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/favicon.ico"
8-
/>
9-
<meta name="viewport" content="minimum-scale=1,initial-scale=1,width=device-width,shrink-to-fit=no" />
10-
<meta name="theme-color" content="#000000" />
11-
<meta name="description" content="Web site created using create-react-app" />
12-
<link rel="apple-touch-icon" href="logo192.png" />
13-
<link
14-
rel="manifest"
15-
href="https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/manifest.json"
16-
/>
17-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
18-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
19-
<title>React App</title>
20-
<link
21-
href="https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css"
22-
rel="stylesheet"
23-
/>
24-
</head>
25-
<body>
26-
<noscript>You need to enable JavaScript to run this app.</noscript>
27-
<div id="root"></div>
28-
<script>
29-
!(function(l) {
30-
function e(e) {
31-
for (var t, r, n = e[0], o = e[1], u = e[2], a = 0, i = []; a < n.length; a++)
32-
(r = n[a]), Object.prototype.hasOwnProperty.call(p, r) && p[r] && i.push(p[r][0]), (p[r] = 0);
33-
for (t in o) Object.prototype.hasOwnProperty.call(o, t) && (l[t] = o[t]);
34-
for (s && s(e); i.length; ) i.shift()();
35-
return f.push.apply(f, u || []), c();
36-
}
37-
function c() {
38-
for (var e, t = 0; t < f.length; t++) {
39-
for (var r = f[t], n = !0, o = 1; o < r.length; o++) {
40-
var u = r[o];
41-
0 !== p[u] && (n = !1);
42-
}
43-
n && (f.splice(t--, 1), (e = a((a.s = r[0]))));
44-
}
45-
return e;
46-
}
47-
var r = {},
48-
p = { 1: 0 },
49-
f = [];
50-
function a(e) {
51-
if (r[e]) return r[e].exports;
52-
var t = (r[e] = { i: e, l: !1, exports: {} });
53-
return l[e].call(t.exports, t, t.exports, a), (t.l = !0), t.exports;
54-
}
55-
(a.m = l),
56-
(a.c = r),
57-
(a.d = function(e, t, r) {
58-
a.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: r });
59-
}),
60-
(a.r = function(e) {
61-
'undefined' != typeof Symbol &&
62-
Symbol.toStringTag &&
63-
Object.defineProperty(e, Symbol.toStringTag, { value: 'Module' }),
64-
Object.defineProperty(e, '__esModule', { value: !0 });
65-
}),
66-
(a.t = function(t, e) {
67-
if ((1 & e && (t = a(t)), 8 & e)) return t;
68-
if (4 & e && 'object' == typeof t && t && t.__esModule) return t;
69-
var r = Object.create(null);
70-
if (
71-
(a.r(r),
72-
Object.defineProperty(r, 'default', { enumerable: !0, value: t }),
73-
2 & e && 'string' != typeof t)
74-
)
75-
for (var n in t)
76-
a.d(
77-
r,
78-
n,
79-
function(e) {
80-
return t[e];
81-
}.bind(null, n),
82-
);
83-
return r;
84-
}),
85-
(a.n = function(e) {
86-
var t =
87-
e && e.__esModule
88-
? function() {
89-
return e.default;
90-
}
91-
: function() {
92-
return e;
93-
};
94-
return a.d(t, 'a', t), t;
95-
}),
96-
(a.o = function(e, t) {
97-
return Object.prototype.hasOwnProperty.call(e, t);
98-
}),
99-
(a.p = 'https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/');
100-
var t = (this['webpackJsonpdevice-management'] = this['webpackJsonpdevice-management'] || []),
101-
n = t.push.bind(t);
102-
(t.push = e), (t = t.slice());
103-
for (var o = 0; o < t.length; o++) e(t[o]);
104-
var s = n;
105-
c();
106-
})([]);
107-
</script>
108-
<script src="https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js"></script>
109-
<script src="https://github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.4d927326.chunk.js"></script>
110-
</body>
111-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/favicon.ico"/><meta name="viewport" content="minimum-scale=1,initial-scale=1,width=device-width,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/><title>React App</title><link href="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(c){function e(e){for(var t,r,n=e[0],o=e[1],u=e[2],a=0,i=[];a<n.length;a++)r=n[a],Object.prototype.hasOwnProperty.call(p,r)&&p[r]&&i.push(p[r][0]),p[r]=0;for(t in o)Object.prototype.hasOwnProperty.call(o,t)&&(c[t]=o[t]);for(s&&s(e);i.length;)i.shift()();return f.push.apply(f,u||[]),l()}function l(){for(var e,t=0;t<f.length;t++){for(var r=f[t],n=!0,o=1;o<r.length;o++){var u=r[o];0!==p[u]&&(n=!1)}n&&(f.splice(t--,1),e=a(a.s=r[0]))}return e}var r={},p={1:0},f=[];function a(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return c[e].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=c,a.c=r,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)a.d(r,n,function(e){return t[e]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/";var t=this["webpackJsonpdevice-management"]=this["webpackJsonpdevice-management"]||[],n=t.push.bind(t);t.push=e,t=t.slice();for(var o=0;o<t.length;o++)e(t[o]);var s=n;l()}([])</script><script src="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js"></script><script src="//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.00e8b2f7.chunk.js"></script></body></html>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "ece42716b329e5717a3d827687a5491e",
4+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/index.html"
5+
},
6+
{
7+
"revision": "0226ec69e6ad5825d413",
8+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/css/main.dfca195d.chunk.css"
9+
},
10+
{
11+
"revision": "444b5dbfad6d133eff5c",
12+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js"
13+
},
14+
{
15+
"revision": "37ef80829e57f4a0c2aa4bfe70fe2cf3",
16+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/2.d00f4611.chunk.js.LICENSE"
17+
},
18+
{
19+
"revision": "0226ec69e6ad5825d413",
20+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/main.00e8b2f7.chunk.js"
21+
},
22+
{
23+
"revision": "264abcc3e28d194f6d8d",
24+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/js/runtime-main.e5942e33.js"
25+
},
26+
{
27+
"revision": "bfc9b983b4028011805677d7854507e9",
28+
"url": "//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/static/media/bg-tweed-pattern.bfc9b983.png"
29+
}
30+
]);

docs/precache-manifest.c1b16c37084db887689e5f589b9130cd.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/precache-manifest.c1b16c37084db887689e5f589b9130cd.js"
17+
"//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/precache-manifest.907a8096be3735d09f5618a6b605c6ea.js"
1818
);
1919

2020
self.addEventListener('message', (event) => {
@@ -33,7 +33,7 @@ workbox.core.clientsClaim();
3333
self.__precacheManifest = [].concat(self.__precacheManifest || []);
3434
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
3535

36-
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/index.html"), {
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("//github.com/jeevasusej/react-redux-typescript-starter-kit/blob/master/docs/index.html"), {
3737

3838
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
3939
});

docs/static/js/main.4d927326.chunk.js renamed to docs/static/js/main.00e8b2f7.chunk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/main.4d927326.chunk.js.map renamed to docs/static/js/main.00e8b2f7.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/runtime-main.c0f1f911.js renamed to docs/static/js/runtime-main.e5942e33.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)