Skip to content

Commit 60a2da6

Browse files
committed
add build directory
1 parent e66e7c0 commit 60a2da6

16 files changed

+97
-2
lines changed

tests/react_app/.gitignore

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

11-
# production
12-
/build
11+
# build is used for tests
12+
#/build
1313

1414
# misc
1515
.DS_Store
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.073c9b0a.css",
4+
"main.js": "/static/js/main.64273b76.js",
5+
"static/js/787.b701888c.chunk.js": "/static/js/787.b701888c.chunk.js",
6+
"static/media/logo.svg": "/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
7+
"index.html": "/index.html",
8+
"main.073c9b0a.css.map": "/static/css/main.073c9b0a.css.map",
9+
"main.64273b76.js.map": "/static/js/main.64273b76.js.map",
10+
"787.b701888c.chunk.js.map": "/static/js/787.b701888c.chunk.js.map"
11+
},
12+
"entrypoints": [
13+
"static/css/main.073c9b0a.css",
14+
"static/js/main.64273b76.js"
15+
]
16+
}

tests/react_app/build/favicon.ico

3.78 KB
Binary file not shown.

tests/react_app/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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.64273b76.js"></script><link href="/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

tests/react_app/build/logo192.png

5.22 KB
Loading

tests/react_app/build/logo512.png

9.44 KB
Loading

tests/react_app/build/manifest.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

tests/react_app/build/robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

tests/react_app/build/static/css/main.073c9b0a.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/react_app/build/static/css/main.073c9b0a.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/react_app/build/static/js/787.b701888c.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/react_app/build/static/js/787.b701888c.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/react_app/build/static/js/main.64273b76.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)