Skip to content

Commit c1a2df8

Browse files
thisisdhaasDaniel Haas
and
Daniel Haas
authored
Checks in build artifacts for the React frontend. (#624)
* Checks in build artifacts for the React frontend. * Don't run jslint on the new build files. Co-authored-by: Daniel Haas <[email protected]>
1 parent fb38946 commit c1a2df8

19 files changed

+190
-4
lines changed

gulpfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
all_scss: [],
3838
jslint: [
3939
'./gulpfile.js', // Lint ourselves!
40-
'!**/common/js/lib/**'
40+
'!**/common/js/lib/**',
41+
'!**/dist2/**'
4142
],
4243
jsonlint: [
4344
'!node_modules/**',

orchestra/frontend/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
# testing
99
/coverage
1010

11-
# production
12-
/build
13-
1411
# misc
1512
.DS_Store
1613
.env.local
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": {
3+
"main.css": "/static/dist2/static/css/main.ff3ce63a.chunk.css",
4+
"main.js": "/static/dist2/static/js/main.ea77b330.chunk.js",
5+
"main.js.map": "/static/dist2/static/js/main.ea77b330.chunk.js.map",
6+
"runtime-main.js": "/static/dist2/static/js/runtime-main.30a1ae39.js",
7+
"runtime-main.js.map": "/static/dist2/static/js/runtime-main.30a1ae39.js.map",
8+
"static/css/2.7cafca44.chunk.css": "/static/dist2/static/css/2.7cafca44.chunk.css",
9+
"static/js/2.564c31ea.chunk.js": "/static/dist2/static/js/2.564c31ea.chunk.js",
10+
"static/js/2.564c31ea.chunk.js.map": "/static/dist2/static/js/2.564c31ea.chunk.js.map",
11+
"index.html": "/static/dist2/index.html",
12+
"precache-manifest.20146b37b33094c90e8d6a7bc3ccd065.js": "/static/dist2/precache-manifest.20146b37b33094c90e8d6a7bc3ccd065.js",
13+
"service-worker.js": "/static/dist2/service-worker.js",
14+
"static/css/2.7cafca44.chunk.css.map": "/static/dist2/static/css/2.7cafca44.chunk.css.map",
15+
"static/css/main.ff3ce63a.chunk.css.map": "/static/dist2/static/css/main.ff3ce63a.chunk.css.map",
16+
"static/js/2.564c31ea.chunk.js.LICENSE.txt": "/static/dist2/static/js/2.564c31ea.chunk.js.LICENSE.txt"
17+
},
18+
"entrypoints": [
19+
"static/js/runtime-main.30a1ae39.js",
20+
"static/css/2.7cafca44.chunk.css",
21+
"static/js/2.564c31ea.chunk.js",
22+
"static/css/main.ff3ce63a.chunk.css",
23+
"static/js/main.ea77b330.chunk.js"
24+
]
25+
}

orchestra/frontend/build/favicon.ico

14.7 KB
Binary file not shown.

orchestra/frontend/build/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/dist2/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="An open-source Robotic Process Automation system to orchestrate teams of experts and machines"/><title>Orchestra</title><link href="/static/dist2/static/css/2.7cafca44.chunk.css" rel="stylesheet"><link href="/static/dist2/static/css/main.ff3ce63a.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,f,i=t[0],l=t[1],a=t[2],c=0,s=[];c<i.length;c++)f=i[c],Object.prototype.hasOwnProperty.call(o,f)&&o[f]&&s.push(o[f][0]),o[f]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(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 l=r[i];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=f(f.s=r[0]))}return e}var n={},o={1:0},u=[];function f(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,f),r.l=!0,r.exports}f.m=e,f.c=n,f.d=function(e,t,r){f.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,t){if(1&t&&(e=f(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(f.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)f.d(r,n,function(t){return e[t]}.bind(null,n));return r},f.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(t,"a",t),t},f.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},f.p="/static/dist2/";var i=this.webpackJsonpfrontend=this.webpackJsonpfrontend||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var a=0;a<i.length;a++)t(i[a]);var p=l;r()}([])</script><script src="/static/dist2/static/js/2.564c31ea.chunk.js"></script><script src="/static/dist2/static/js/main.ea77b330.chunk.js"></script></body></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "4120908d6b19c09319262120a0063c4e",
4+
"url": "/static/dist2/index.html"
5+
},
6+
{
7+
"revision": "c56dd44222c2cdf6a91c",
8+
"url": "/static/dist2/static/css/2.7cafca44.chunk.css"
9+
},
10+
{
11+
"revision": "a232180e72e0ac68059c",
12+
"url": "/static/dist2/static/css/main.ff3ce63a.chunk.css"
13+
},
14+
{
15+
"revision": "c56dd44222c2cdf6a91c",
16+
"url": "/static/dist2/static/js/2.564c31ea.chunk.js"
17+
},
18+
{
19+
"revision": "1aea4192c69f3efa45ca8d60d4c9b77a",
20+
"url": "/static/dist2/static/js/2.564c31ea.chunk.js.LICENSE.txt"
21+
},
22+
{
23+
"revision": "a232180e72e0ac68059c",
24+
"url": "/static/dist2/static/js/main.ea77b330.chunk.js"
25+
},
26+
{
27+
"revision": "0317add2a7aae2dc6c79",
28+
"url": "/static/dist2/static/js/runtime-main.30a1ae39.js"
29+
}
30+
]);
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
15+
16+
importScripts(
17+
"/static/dist2/precache-manifest.20146b37b33094c90e8d6a7bc3ccd065.js"
18+
);
19+
20+
self.addEventListener('message', (event) => {
21+
if (event.data && event.data.type === 'SKIP_WAITING') {
22+
self.skipWaiting();
23+
}
24+
});
25+
26+
workbox.core.clientsClaim();
27+
28+
/**
29+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
30+
* requests for URLs in the manifest.
31+
* See https://goo.gl/S9QRab
32+
*/
33+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
34+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
35+
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/static/dist2/index.html"), {
37+
38+
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
39+
});

orchestra/frontend/build/shuffle.svg

+21
Loading

0 commit comments

Comments
 (0)