-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2642fc
commit bb9c7a0
Showing
34 changed files
with
3,442 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.6f995720.chunk.css", | ||
"main.js": "/static/js/main.8c9ab6f6.chunk.js", | ||
"main.js.map": "/static/js/main.8c9ab6f6.chunk.js.map", | ||
"runtime~main.js": "/static/js/runtime~main.a8a9905a.js", | ||
"runtime~main.js.map": "/static/js/runtime~main.a8a9905a.js.map", | ||
"static/css/2.817ede5b.chunk.css": "/static/css/2.817ede5b.chunk.css", | ||
"static/js/2.d8aa45e0.chunk.js": "/static/js/2.d8aa45e0.chunk.js", | ||
"static/js/2.d8aa45e0.chunk.js.map": "/static/js/2.d8aa45e0.chunk.js.map", | ||
"index.html": "/index.html", | ||
"precache-manifest.bbefefab2f6eef226062207d40a57619.js": "/precache-manifest.bbefefab2f6eef226062207d40a57619.js", | ||
"service-worker.js": "/service-worker.js", | ||
"static/css/2.817ede5b.chunk.css.map": "/static/css/2.817ede5b.chunk.css.map", | ||
"static/css/main.6f995720.chunk.css.map": "/static/css/main.6f995720.chunk.css.map", | ||
"static/media/semantic.min.css": "/static/media/outline-icons.ef60a4f6.woff", | ||
"static/media/logo.svg": "/static/media/logo.bd8bd909.svg", | ||
"static/media/topic_science.png": "/static/media/topic_science.7c7e2dd9.png" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Level Up</title><link href="/static/css/2.817ede5b.chunk.css" rel="stylesheet"><link href="/static/css/main.6f995720.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(l){function e(e){for(var r,t,n=e[0],o=e[1],u=e[2],f=0,i=[];f<n.length;f++)t=n[f],p[t]&&i.push(p[t][0]),p[t]=0;for(r in o)Object.prototype.hasOwnProperty.call(o,r)&&(l[r]=o[r]);for(s&&s(e);i.length;)i.shift()();return c.push.apply(c,u||[]),a()}function a(){for(var e,r=0;r<c.length;r++){for(var t=c[r],n=!0,o=1;o<t.length;o++){var u=t[o];0!==p[u]&&(n=!1)}n&&(c.splice(r--,1),e=f(f.s=t[0]))}return e}var t={},p={1:0},c=[];function f(e){if(t[e])return t[e].exports;var r=t[e]={i:e,l:!1,exports:{}};return l[e].call(r.exports,r,r.exports,f),r.l=!0,r.exports}f.m=l,f.c=t,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(r,e){if(1&e&&(r=f(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var n in r)f.d(t,n,function(e){return r[e]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="/";var r=window.webpackJsonp=window.webpackJsonp||[],n=r.push.bind(r);r.push=e,r=r.slice();for(var o=0;o<r.length;o++)e(r[o]);var s=n;a()}([])</script><script src="/static/js/2.d8aa45e0.chunk.js"></script><script src="/static/js/main.8c9ab6f6.chunk.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "React App", | ||
"name": "Create React App Sample", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
98 changes: 98 additions & 0 deletions
98
build/precache-manifest.bbefefab2f6eef226062207d40a57619.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
self.__precacheManifest = (self.__precacheManifest || []).concat([ | ||
{ | ||
"revision": "6b70d35c12c7859b7a99c2bca7effd0b", | ||
"url": "/index.html" | ||
}, | ||
{ | ||
"revision": "4fd39785ade4a65cf567", | ||
"url": "/static/css/2.817ede5b.chunk.css" | ||
}, | ||
{ | ||
"revision": "f473e57692a20b391507", | ||
"url": "/static/css/main.6f995720.chunk.css" | ||
}, | ||
{ | ||
"revision": "4fd39785ade4a65cf567", | ||
"url": "/static/js/2.d8aa45e0.chunk.js" | ||
}, | ||
{ | ||
"revision": "f473e57692a20b391507", | ||
"url": "/static/js/main.8c9ab6f6.chunk.js" | ||
}, | ||
{ | ||
"revision": "42ac5946195a7306e2a5", | ||
"url": "/static/js/runtime~main.a8a9905a.js" | ||
}, | ||
{ | ||
"revision": "13db00b7a34fee4d819ab7f9838cc428", | ||
"url": "/static/media/brand-icons.13db00b7.eot" | ||
}, | ||
{ | ||
"revision": "a046592bac8f2fd96e994733faf3858c", | ||
"url": "/static/media/brand-icons.a046592b.woff" | ||
}, | ||
{ | ||
"revision": "a1a749e89f578a49306ec2b055c073da", | ||
"url": "/static/media/brand-icons.a1a749e8.svg" | ||
}, | ||
{ | ||
"revision": "c5ebe0b32dc1b5cc449a76c4204d13bb", | ||
"url": "/static/media/brand-icons.c5ebe0b3.ttf" | ||
}, | ||
{ | ||
"revision": "e8c322de9658cbeb8a774b6624167c2c", | ||
"url": "/static/media/brand-icons.e8c322de.woff2" | ||
}, | ||
{ | ||
"revision": "9c74e172f87984c48ddf5c8108cabe67", | ||
"url": "/static/media/flags.9c74e172.png" | ||
}, | ||
{ | ||
"revision": "0ab54153eeeca0ce03978cc463b257f7", | ||
"url": "/static/media/icons.0ab54153.woff2" | ||
}, | ||
{ | ||
"revision": "8e3c7f5520f5ae906c6cf6d7f3ddcd19", | ||
"url": "/static/media/icons.8e3c7f55.eot" | ||
}, | ||
{ | ||
"revision": "962a1bf31c081691065fe333d9fa8105", | ||
"url": "/static/media/icons.962a1bf3.svg" | ||
}, | ||
{ | ||
"revision": "b87b9ba532ace76ae9f6edfe9f72ded2", | ||
"url": "/static/media/icons.b87b9ba5.ttf" | ||
}, | ||
{ | ||
"revision": "faff92145777a3cbaf8e7367b4807987", | ||
"url": "/static/media/icons.faff9214.woff" | ||
}, | ||
{ | ||
"revision": "bd8bd909b623f4d2c6812a953123245f", | ||
"url": "/static/media/logo.bd8bd909.svg" | ||
}, | ||
{ | ||
"revision": "701ae6abd4719e9c2ada3535a497b341", | ||
"url": "/static/media/outline-icons.701ae6ab.eot" | ||
}, | ||
{ | ||
"revision": "82f60bd0b94a1ed68b1e6e309ce2e8c3", | ||
"url": "/static/media/outline-icons.82f60bd0.svg" | ||
}, | ||
{ | ||
"revision": "ad97afd3337e8cda302d10ff5a4026b8", | ||
"url": "/static/media/outline-icons.ad97afd3.ttf" | ||
}, | ||
{ | ||
"revision": "cd6c777f1945164224dee082abaea03a", | ||
"url": "/static/media/outline-icons.cd6c777f.woff2" | ||
}, | ||
{ | ||
"revision": "ef60a4f6c25ef7f39f2d25a748dbecfe", | ||
"url": "/static/media/outline-icons.ef60a4f6.woff" | ||
}, | ||
{ | ||
"revision": "7c7e2dd90f88dfc469c29e7396720b08", | ||
"url": "/static/media/topic_science.7c7e2dd9.png" | ||
} | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/** | ||
* 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/4.3.1/workbox-sw.js"); | ||
|
||
importScripts( | ||
"/precache-manifest.bbefefab2f6eef226062207d40a57619.js" | ||
); | ||
|
||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
|
||
workbox.core.clientsClaim(); | ||
|
||
/** | ||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to | ||
* requests for URLs in the manifest. | ||
* See https://goo.gl/S9QRab | ||
*/ | ||
self.__precacheManifest = [].concat(self.__precacheManifest || []); | ||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); | ||
|
||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), { | ||
|
||
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/], | ||
}); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.