8000 #TRAPWLS-19 Deploy build files to master by MohamedRizwan399 · Pull Request #16 · MohamedRizwan399/CRUDJavaScriptSampleProject · GitHub
[go: up one dir, main page]

Skip to content

#TRAPWLS-19 Deploy build files to master #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking &ldquo 8000 ;Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

# dependencies
/node_modules
build/
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
Expand Down
44 changes: 44 additions & 0 deletions build/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon1.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="%PUBLIC_URL%/logo512.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Javascript Crud with SampleTasks</title>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
15 changes: 15 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css",
"main.js": "/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js",
"static/js/453.66bc3389.chunk.js": "/CRUDJavaScriptSampleProject/static/js/453.66bc3389.chunk.js",
"index.html": "/CRUDJavaScriptSampleProject/index.html",
"main.40bb4f18.css.map": "/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css.map",
"main.5b1f6c1e.js.map": "/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js.map",
"453.66bc3389.chunk.js.map": "/CRUDJavaScriptSampleProject/static/js/453.66bc3389.chunk.js.map"
},
"entrypoints": [
"static/css/main.40bb4f18.css",
"static/js/main.5b1f6c1e.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
Binary file added build/favicon1.ico
Binary file not shown.
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"/><link rel="icon" href="/CRUDJavaScriptSampleProject/favicon1.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="/CRUDJavaScriptSampleProject/logo512.png"/><link rel="manifest" href="/CRUDJavaScriptSampleProject/manifest.json"/><title>Javascript Crud with SampleTasks</title><script src="https://accounts.google.com/gsi/client" async defer="defer"></script><script defer="defer" src="/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js"></script><link href="/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build/manifest.json
67ED
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "Javascript Crud",
"name": "Javascript Crud with SampleTasks",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon1.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
44 changes: 44 additions & 0 deletions build/static/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon1.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="%PUBLIC_URL%/logo512.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Javascript Crud with SampleTasks</title>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
15 changes: 15 additions & 0 deletions build/static/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css",
"main.js": "/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js",
"static/js/453.66bc3389.chunk.js": "/CRUDJavaScriptSampleProject/static/js/453.66bc3389.chunk.js",
"index.html": "/CRUDJavaScriptSampleProject/index.html",
"main.40bb4f18.css.map": "/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css.map",
"main.5b1f6c1e.js.map": "/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js.map",
"453.66bc3389.chunk.js.map": "/CRUDJavaScriptSampleProject/static/js/453.66bc3389.chunk.js.map"
},
"entrypoints": [
"static/css/main.40bb4f18.css",
"static/js/main.5b1f6c1e.js"
]
}
2 changes: 2 additions & 0 deletions build/static/css/main.40bb4f18.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.40bb4f18.css.map

Large diffs are not rendered by default.

Binary file added build/static/favicon.ico
Binary file not shown.
Binary file added build/static/favicon1.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/static/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"/><link rel="icon" href="/CRUDJavaScriptSampleProject/favicon1.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="/CRUDJavaScriptSampleProject/logo512.png"/><link rel="manifest" href="/CRUDJavaScriptSampleProject/manifest.json"/><title>Javascript Crud with SampleTasks</title><script src="https://accounts.google.com/gsi/client" async defer="defer"></script><script defer="defer" src="/CRUDJavaScriptSampleProject/static/js/main.5b1f6c1e.js"></script><link href="/CRUDJavaScriptSampleProject/static/css/main.40bb4f18.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions build/static/js/453.66bc3389.chunk.js

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

Loading
0