Skip to content

Commit

Permalink
public/frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
nionata committed May 21, 2020
1 parent ce5d6d4 commit 3f99eca
Show file tree
Hide file tree
Showing 24 changed files with 2,580 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cms/public/frontend/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"files": {
"main.css": "/frontend/static/css/main.213136e4.chunk.css",
"main.js": "/frontend/static/js/main.8c1be84d.chunk.js",
"main.js.map": "/frontend/static/js/main.8c1be84d.chunk.js.map",
"runtime-main.js": "/frontend/static/js/runtime-main.73c9ea4d.js",
"runtime-main.js.map": "/frontend/static/js/runtime-main.73c9ea4d.js.map",
"static/js/2.d1f82d42.chunk.js": "/frontend/static/js/2.d1f82d42.chunk.js",
"static/js/2.d1f82d42.chunk.js.map": "/frontend/static/js/2.d1f82d42.chunk.js.map",
"index.html": "/frontend/index.html",
"precache-manifest.c70e237f73f5412c548ea2bfa8ff3251.js": "/frontend/precache-manifest.c70e237f73f5412c548ea2bfa8ff3251.js",
"service-worker.js": "/frontend/service-worker.js",
"static/css/main.213136e4.chunk.css.map": "/frontend/static/css/main.213136e4.chunk.css.map",
"static/js/2.d1f82d42.chunk.js.LICENSE.txt": "/frontend/static/js/2.d1f82d42.chunk.js.LICENSE.txt",
"static/js/main.8c1be84d.chunk.js.LICENSE.txt": "/frontend/static/js/main.8c1be84d.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.73c9ea4d.js",
"static/js/2.d1f82d42.chunk.js",
"static/css/main.213136e4.chunk.css",
"static/js/main.8c1be84d.chunk.js"
]
}
Binary file added cms/public/frontend/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions cms/public/frontend/index.html
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="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/frontend/logo192.png"/><link rel="manifest" href="/frontend/manifest.json"/><title>STEM+C</title><script src="https://code.jquery.com/jquery-3.3.1.min.js"></script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css"><script src="/frontend/lib/blockly_compressed.js"></script><script src="/frontend/lib/blocks_compressed.js"></script><script src="/frontend/lib/en.js"></script><script src="/frontend/lib/arduino_compressed.js"></script><script src="/frontend/lib/javascript_compressed.js"></script><link href="/frontend/static/css/main.213136e4.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,l,i=t[0],f=t[1],a=t[2],p=0,s=[];p<i.length;p++)l=i[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var f=r[i];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/frontend/";var i=this.webpackJsonpclient=this.webpackJsonpclient||[],f=i.push.bind(i);i.push=t,i=i.slice();for(var a=0;a<i.length;a++)t(i[a]);var c=f;r()}([])</script><script src="/frontend/static/js/2.d1f82d42.chunk.js"></script><script src="/frontend/static/js/main.8c1be84d.chunk.js"></script></body></html>
105 changes: 105 additions & 0 deletions cms/public/frontend/lib/arduino_compressed.js

Large diffs are not rendered by default.

1,481 changes: 1,481 additions & 0 deletions cms/public/frontend/lib/blockly_compressed.js

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions cms/public/frontend/lib/blocks_compressed.js

Large diffs are not rendered by default.

512 changes: 512 additions & 0 deletions cms/public/frontend/lib/en.js

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions cms/public/frontend/lib/javascript_compressed.js

Large diffs are not rendered by default.

Binary file added cms/public/frontend/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cms/public/frontend/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions cms/public/frontend/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "Client",
"name": "STEM+C Client Application",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "7c20cc530f1305a6f774afd71f5df8b5",
"url": "/frontend/index.html"
},
{
"revision": "2ca9331a047eb54a114c",
"url": "/frontend/static/css/main.213136e4.chunk.css"
},
{
"revision": "e783189cbf7c198afcbf",
"url": "/frontend/static/js/2.d1f82d42.chunk.js"
},
{
"revision": "c64c486544348f10a6d6c716950bc223",
"url": "/frontend/static/js/2.d1f82d42.chunk.js.LICENSE.txt"
},
{
"revision": "2ca9331a047eb54a114c",
"url": "/frontend/static/js/main.8c1be84d.chunk.js"
},
{
"revision": "190d781465bfdf46548ad3f4a6c99c7f",
"url": "/frontend/static/js/main.8c1be84d.chunk.js.LICENSE.txt"
},
{
"revision": "3935bc1819131d464709",
"url": "/frontend/static/js/runtime-main.73c9ea4d.js"
}
]);
3 changes: 3 additions & 0 deletions cms/public/frontend/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
39 changes: 39 additions & 0 deletions cms/public/frontend/service-worker.js
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(
"/frontend/precache-manifest.c70e237f73f5412c548ea2bfa8ff3251.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("/frontend/index.html"), {

blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
});
2 changes: 2 additions & 0 deletions cms/public/frontend/static/css/main.213136e4.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cms/public/frontend/static/css/main.213136e4.chunk.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cms/public/frontend/static/js/2.d1f82d42.chunk.js

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions cms/public/frontend/static/js/2.d1f82d42.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions cms/public/frontend/static/js/2.d1f82d42.chunk.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/public/frontend/static/js/main.8c1be84d.chunk.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions cms/public/frontend/static/js/main.8c1be84d.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
* @license MIT
*/

/*!
* async
* https://github.com/caolan/async
*
* Copyright 2010-2014 Caolan McMahon
* Released under the MIT license
*/
1 change: 1 addition & 0 deletions cms/public/frontend/static/js/main.8c1be84d.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cms/public/frontend/static/js/runtime-main.73c9ea4d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f99eca

Please sign in to comment.