Skip to content

Commit c2d8274

Browse files
committed
Adds build with prod app id
1 parent 8a47237 commit c2d8274

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
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.84a72e9b7cdbb067ac211755cf5d0cae.js": "/precache-manifest.84a72e9b7cdbb067ac211755cf5d0cae.js",
11+
"precache-manifest.01143c1f777442b82ff573274c47a7a0.js": "/precache-manifest.01143c1f777442b82ff573274c47a7a0.js",
1212
"service-worker.js": "/service-worker.js"
1313
}

build-tst/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
</div>
2626
<noscript>You need to enable JavaScript to run this app.</noscript>
2727
<div id="root"></div>
28+
<script>
29+
window.mscc = mscc
30+
</script>
2831
<script src="/static/js/graph-explorer-v2.js"></script></body>
2932

3033
</html>

build-tst/precache-manifest.84a72e9b7cdbb067ac211755cf5d0cae.js renamed to build-tst/precache-manifest.01143c1f777442b82ff573274c47a7a0.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
self.__precacheManifest = [
22
{
3-
"revision": "b087cc1e95a07dc1571a",
3+
"revision": "29255a5846ddfa9b709b",
44
"url": "/static/js/graph-explorer-v2.js"
55
},
66
{
7-
"revision": "b087cc1e95a07dc1571a",
7+
"revision": "29255a5846ddfa9b709b",
88
"url": "/static/css/graph-explorer-v2.css"
99
},
1010
{
1111
"revision": "14ff7cd9f11a6d0c5282063cf8ca24bd",
1212
"url": "/json.worker.js"
1313
},
1414
{
15-
"revision": "d9d9758c7a6e048ffe961fe269dcaef0",
15+
"revision": "e275facf172af0f926f453c72fb65646",
1616
"url": "/index.html"
1717
},
1818
{

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.84a72e9b7cdbb067ac211755cf5d0cae.js"
17+
"/precache-manifest.01143c1f777442b82ff573274c47a7a0.js"
1818
);
1919

2020
workbox.clientsClaim();

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