Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 93a059c

Browse files
author
Chiedo
committed
Build
1 parent 2b70bdb commit 93a059c

11 files changed

+33
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/coverage
88

99
# production
10-
/build
10+
# /build
1111

1212
# misc
1313
.DS_Store

build/asset-manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"main.css": "static/css/main.40c20b7c.css",
3+
"main.css.map": "static/css/main.40c20b7c.css.map",
4+
"main.js": "static/js/main.9b5b918c.js",
5+
"main.js.map": "static/js/main.9b5b918c.js.map"
6+
}

build/favicon.ico

24.3 KB
Binary file not shown.

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"><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"><link rel="shortcut icon" href="/favicon.ico"><title>Gatsby Blog Post Generator</title><link href="/static/css/main.40c20b7c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.9b5b918c.js"></script></body></html>

build/manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
}
10+
],
11+
"start_url": "./index.html",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

build/service-worker.js

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

build/static/css/main.40c20b7c.css

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

build/static/css/main.40c20b7c.css.map

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

build/static/js/main.9b5b918c.js

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

build/static/js/main.9b5b918c.js.map

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

static.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"root": "build/"
3+
}

0 commit comments

Comments
 (0)