Skip to content

Commit e387f42

Browse files
authored
Compile Dashboard
1 parent 1b20511 commit e387f42

File tree

10 files changed

+56
-45
lines changed

10 files changed

+56
-45
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.56b5d8c7.css",
4-
"main.js": "/static/js/main.f53d74b0.js",
3+
"main.css": "/static/css/main.2da6df03.css",
4+
"main.js": "/static/js/main.efa5e0ab.js",
55
"index.html": "/index.html",
6-
"main.56b5d8c7.css.map": "/static/css/main.56b5d8c7.css.map",
7-
"main.f53d74b0.js.map": "/static/js/main.f53d74b0.js.map"
6+
"main.2da6df03.css.map": "/static/css/main.2da6df03.css.map",
7+
"main.efa5e0ab.js.map": "/static/js/main.efa5e0ab.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.56b5d8c7.css",
11-
"static/js/main.f53d74b0.js"
10+
"static/css/main.2da6df03.css",
11+
"static/js/main.efa5e0ab.js"
1212
]
1313
}

dashboard/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Oríon Dashboard</title><script defer="defer" src="/static/js/main.f53d74b0.js"></script><link href="/static/css/main.56b5d8c7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Oríon Dashboard</title><script defer="defer" src="/static/js/main.efa5e0ab.js"></script><link href="/static/css/main.2da6df03.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

dashboard/build/static/css/main.56b5d8c7.css renamed to dashboard/build/static/css/main.2da6df03.css

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

dashboard/build/static/css/main.2da6df03.css.map

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

dashboard/build/static/css/main.56b5d8c7.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dashboard/build/static/js/main.efa5e0ab.js

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

dashboard/build/static/js/main.f53d74b0.js.LICENSE.txt renamed to dashboard/build/static/js/main.efa5e0ab.js.LICENSE.txt

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
3-
* @license MIT
4-
* @preserve Project Home: https://github.com/voidqk/polybooljs
5-
*/
2+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
3+
* @license MIT
4+
* @preserve Project Home: https://github.com/voidqk/polybooljs
5+
*/
66

77
/*
8-
object-assign
9-
(c) Sindre Sorhus
10-
@license MIT
11-
*/
8+
object-assign
9+
(c) Sindre Sorhus
10+
@license MIT
11+
*/
1212

1313
/*!
1414
Copyright (c) 2018 Jed Watson.
@@ -17,32 +17,32 @@
1717
*/
1818

1919
/*!
20-
* The buffer module from node.js, for the browser.
21-
*
22-
* @author Feross Aboukhadijeh <https://feross.org>
23-
* @license MIT
24-
*/
20+
* The buffer module from node.js, for the browser.
21+
*
22+
* @author Feross Aboukhadijeh <https://feross.org>
23+
* @license MIT
24+
*/
2525

2626
/*!
27-
* Determine if an object is a Buffer
28-
*
29-
* @author Feross Aboukhadijeh <https://feross.org>
30-
* @license MIT
31-
*/
27+
* Determine if an object is a Buffer
28+
*
29+
* @author Feross Aboukhadijeh <https://feross.org>
30+
* @license MIT
31+
*/
3232

3333
/*!
34-
* pad-left <https://github.com/jonschlinkert/pad-left>
35-
*
36-
* Copyright (c) 2014-2015, Jon Schlinkert.
37-
* Licensed under the MIT license.
38-
*/
34+
* pad-left <https://github.com/jonschlinkert/pad-left>
35+
*
36+
* Copyright (c) 2014-2015, Jon Schlinkert.
37+
* Licensed under the MIT license.
38+
*/
3939

4040
/*!
41-
* repeat-string <https://github.com/jonschlinkert/repeat-string>
42-
*
43-
* Copyright (c) 2014-2015, Jon Schlinkert.
44-
* Licensed under the MIT License.
45-
*/
41+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
42+
*
43+
* Copyright (c) 2014-2015, Jon Schlinkert.
44+
* Licensed under the MIT License.
45+
*/
4646

4747
/*!
4848
* The buffer module from node.js, for the browser.
@@ -65,9 +65,11 @@
6565
*/
6666

6767
/*! Native Promise Only
68-
v0.8.1 (c) Kyle Simpson
69-
MIT License: http://getify.mit-license.org
70-
*/
68+
v0.8.1 (c) Kyle Simpson
69+
MIT License: http://getify.mit-license.org
70+
*/
71+
72+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
7173

7274
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
7375

@@ -141,3 +143,12 @@
141143
* This source code is licensed under the MIT license found in the
142144
* LICENSE file in the root directory of this source tree.
143145
*/
146+
147+
/** @license React v17.0.2
148+
* react-is.production.min.js
149+
*
150+
* Copyright (c) Facebook, Inc. and its affiliates.
151+
*
152+
* This source code is licensed under the MIT license found in the
153+
* LICENSE file in the root directory of this source tree.
154+
*/

dashboard/build/static/js/main.efa5e0ab.js.map

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

dashboard/build/static/js/main.f53d74b0.js

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

dashboard/build/static/js/main.f53d74b0.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)