Skip to content

Commit 22b7701

Browse files
committed
re-adding build
1 parent 4fa07e3 commit 22b7701

8 files changed

+59
-58
lines changed

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3-
scratch.*
4-
.idea
5-
node_modules/
6-
.env
73

84
# dependencies
95
/node_modules
@@ -13,8 +9,6 @@ node_modules/
139
# testing
1410
/coverage
1511

16-
/build
17-
1812
# misc
1913
.DS_Store
2014
.env.local

build/asset-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/react-folio/static/css/main.91fe819b.css",
4-
"main.js": "/react-folio/static/js/main.0ba9eb16.js",
4+
"main.js": "/react-folio/static/js/main.bf9ea664.js",
55
"static/js/787.612b19a2.chunk.js": "/react-folio/static/js/787.612b19a2.chunk.js",
66
"static/media/kj-img.jpg": "/react-folio/static/media/kj-img.021c9ad48ec2321e4e70.jpg",
77
"static/media/mt-background-4.png": "/react-folio/static/media/mt-background-4.1f6ce3610a150c4705f6.png",
@@ -15,11 +15,11 @@
1515
"static/media/GitHub_Logo.png": "/react-folio/static/media/GitHub_Logo.746ec8f0bc97208f903e.png",
1616
"index.html": "/react-folio/index.html",
1717
"main.91fe819b.css.map": "/react-folio/static/css/main.91fe819b.css.map",
18-
"main.0ba9eb16.js.map": "/react-folio/static/js/main.0ba9eb16.js.map",
18+
"main.bf9ea664.js.map": "/react-folio/static/js/main.bf9ea664.js.map",
1919
"787.612b19a2.chunk.js.map": "/react-folio/static/js/787.612b19a2.chunk.js.map"
2020
},
2121
"entrypoints": [
2222
"static/css/main.91fe819b.css",
23-
"static/js/main.0ba9eb16.js"
23+
"static/js/main.bf9ea664.js"
2424
]
2525
}

build/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/react-folio/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="@nitrotap's portfolio"/><link rel="apple-touch-icon" href="/react-folio/logo192.png"/><link rel="manifest" href="/react-folio/manifest.json"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>@nitrotap - Kartik Jevaji</title><script defer="defer" src="/react-folio/static/js/main.0ba9eb16.js"></script><link href="/react-folio/static/css/main.91fe819b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/react-folio/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="@nitrotap's portfolio"/><link rel="apple-touch-icon" href="/react-folio/logo192.png"/><link rel="manifest" href="/react-folio/manifest.json"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>@nitrotap - Kartik Jevaji</title><script defer="defer" src="/react-folio/static/js/main.bf9ea664.js"></script><link href="/react-folio/static/css/main.91fe819b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script></body></html>

build/static/js/main.bf9ea664.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/

build/static/js/main.bf9ea664.js.map

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

package-lock.json

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

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"homepage": "https://nitrotap.github.io/react-folio/",
2+
"homepage": "https://nitrotap.github.io/react-folio",
33
"name": "react-folio",
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
77
"@testing-library/jest-dom": "^5.16.4",
88
"@testing-library/react": "^13.3.0",
99
"@testing-library/user-event": "^13.5.0",
10+
"gh-pages": "^4.0.0",
1011
"react": "^18.2.0",
1112
"react-dom": "^18.2.0",
1213
"react-scripts": "5.0.1",
@@ -37,8 +38,5 @@
3738
"last 1 firefox version",
3839
"last 1 safari version"
3940
]
40-
},
41-
"devDependencies": {
42-
"gh-pages": "^4.0.0"
4341
}
44-
}
42+
}

0 commit comments

Comments
 (0)