Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhjain1712 committed Sep 1, 2024
1 parent 2166422 commit e5b23a2
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/coverage

# production
/build
#/build
20 changes: 20 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"files": {
"main.css": "/Portfolio/static/css/main.358d8b48.css",
"main.js": "/Portfolio/static/js/main.c83c7e2d.js",
"static/media/project1.webp": "/Portfolio/static/media/project1.6802991808bc7e1e3101.webp",
"static/media/project4.webp": "/Portfolio/static/media/project4.7d8c9d926f40adaf8f41.webp",
"static/media/myresume.pdf": "/Portfolio/static/media/myresume.fd1d45dbf6e237cea413.pdf",
"static/media/project2.webp": "/Portfolio/static/media/project2.fc906070e9796abe3650.webp",
"static/media/aboutBW.jpeg": "/Portfolio/static/media/aboutBW.cef8f6a5a4c6b83d7107.jpeg",
"static/media/profileBW.jpeg": "/Portfolio/static/media/profileBW.cef8f6a5a4c6b83d7107.jpeg",
"static/media/project3.webp": "/Portfolio/static/media/project3.b094b696f75369270c95.webp",
"index.html": "/Portfolio/index.html",
"main.358d8b48.css.map": "/Portfolio/static/css/main.358d8b48.css.map",
"main.c83c7e2d.js.map": "/Portfolio/static/js/main.c83c7e2d.js.map"
},
"entrypoints": [
"static/css/main.358d8b48.css",
"static/js/main.c83c7e2d.js"
]
}
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Portfolio</title><script defer="defer" src="/Portfolio/static/js/main.c83c7e2d.js"></script><link href="/Portfolio/static/css/main.358d8b48.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions build/static/css/main.358d8b48.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/static/css/main.358d8b48.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/static/js/main.c83c7e2d.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions build/static/js/main.c83c7e2d.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions build/static/js/main.c83c7e2d.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e5b23a2

Please sign in to comment.