Skip to content

Commit 9f66023

Browse files
committed
Adds build
1 parent 825d9c6 commit 9f66023

12 files changed

+53
-45
lines changed

build-tst/asset-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"index.html": "/index.html",
99
"json.worker.js": "/json.worker.js",
1010
"json.worker.js.map": "/json.worker.js.map",
11-
"precache-manifest.5c908c275a2685d5ccf9a2bab21fa755.js": "/precache-manifest.5c908c275a2685d5ccf9a2bab21fa755.js",
11+
"precache-manifest.7016d96e8b9a3d8034484974053c3ae3.js": "/precache-manifest.7016d96e8b9a3d8034484974053c3ae3.js",
1212
"service-worker.js": "/service-worker.js"
1313
}

build-tst/editor.worker.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.

build-tst/favicon.ico

3.78 KB
Binary file not shown.

build-tst/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
<div id="root"></div>
2828
<script src="/static/js/graph-explorer-v2.js"></script></body>
2929

30-
</html>
30+
</html>

build-tst/json.worker.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.

build-tst/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "GE",
3+
"name": "Graph Explorer",
4+
"icons": [
5+
{
6+
"src": "",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

build-tst/precache-manifest.5c908c275a2685d5ccf9a2bab21fa755.js renamed to build-tst/precache-manifest.7016d96e8b9a3d8034484974053c3ae3.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
self.__precacheManifest = [
22
{
3-
"revision": "71cef24de53c67f48caf",
4-
"url": "/static/css/graph-explorer-v2.css"
5-
},
6-
{
7-
"revision": "71cef24de53c67f48caf",
3+
"revision": "241c221ef12501fe6c05",
84
"url": "/static/js/graph-explorer-v2.js"
95
},
106
{
11-
"revision": "5b90f8506e5b7923e858c6352e22a593",
12-
"url": "/editor.worker.js"
7+
"revision": "241c221ef12501fe6c05",
8+
"url": "/static/css/graph-explorer-v2.css"
139
},
1410
{
15-
"revision": "14ff7cd9f11a6d0c5282063cf8ca24bd",
11+
"revision": "082278a782d2c7a2386295eb564c686f",
1612
"url": "/json.worker.js"
1713
},
1814
{
19-
"revision": "909dcfe0ef7c196dccb7b8bdb6ada207",
15+
"revision": "d9d9758c7a6e048ffe961fe269dcaef0",
2016
"url": "/index.html"
17+
},
18+
{
19+
"revision": "a28e6c7afa9f611b429f0b41718e489a",
20+
"url": "/editor.worker.js"
2121
}
2222
];

build-tst/service-worker.js

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

1616
importScripts(
17-
"/precache-manifest.5c908c275a2685d5ccf9a2bab21fa755.js"
17+
"/precache-manifest.7016d96e8b9a3d8034484974053c3ae3.js"
1818
);
1919

2020
workbox.clientsClaim();

build-tst/static/css/graph-explorer-v2.css

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

build-tst/static/css/graph-explorer-v2.css.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.

0 commit comments

Comments
 (0)