Skip to content

Commit

Permalink
Added js/css files (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 26, 2020
1 parent 38e97ae commit b4beec2
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 21 deletions.
22 changes: 1 addition & 21 deletions static/app.html
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>{{.Title}}</title>

<link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="/static/css/application.css" />
</head>
<body>
<div id="main"></div>
<script>
var LOGO = '{{.Logo}}';
</script>

<script type="text/javascript" src="/static/js/bundle.js"></script>

</body>
</html>
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>{{.Title}}</title><link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css"/><link href="/static/css/2.703b80d9.chunk.css" rel="stylesheet"><link href="/static/css/main.4a240a9d.chunk.css" rel="stylesheet"></head><body><div id="main"></div><script>var LOGO="{{.Logo}}"</script><script>!function(e){function r(r){for(var n,a,p=r[0],i=r[1],l=r[2],c=0,s=[];c<p.length;c++)a=p[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,p=1;p<t.length;p++){var i=t[p];0!==o[i]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},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(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/";var p=this["webpackJsonpwebapp-admin"]=this["webpackJsonpwebapp-admin"]||[],i=p.push.bind(p);p.push=r,p=p.slice();for(var l=0;l<p.length;l++)r(p[l]);var f=i;t()}([])</script><script src="/static/js/2.a61bc203.chunk.js"></script><script src="/static/js/main.72de2901.chunk.js"></script></body></html>
2 changes: 2 additions & 0 deletions static/css/2.703b80d9.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/2.703b80d9.chunk.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions static/css/main.4a240a9d.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.4a240a9d.chunk.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/2.a61bc203.chunk.js

Large diffs are not rendered by default.

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

/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/** @license React v0.18.0
* 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.12.0
* 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.12.0
* 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.12.0
* 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.
*/

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
1 change: 1 addition & 0 deletions static/js/2.a61bc203.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/main.72de2901.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/main.72de2901.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/runtime-main.c685bd3b.js

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

1 change: 1 addition & 0 deletions static/js/runtime-main.c685bd3b.js.map

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

0 comments on commit b4beec2

Please sign in to comment.