Skip to content

Commit

Permalink
Renamed directory "demo/build" to "docs".
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Aug 3, 2023
1 parent 3941e48 commit 7d340d2
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
"build": "BUILD_PATH='../docs' react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
6 changes: 3 additions & 3 deletions demo/build/asset-manifest.json → docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.36d87df6.css",
"main.js": "./static/js/main.ed5ef913.js",
"main.js": "./static/js/main.1676e452.js",
"index.html": "./index.html",
"main.36d87df6.css.map": "./static/css/main.36d87df6.css.map",
"main.ed5ef913.js.map": "./static/js/main.ed5ef913.js.map"
"main.1676e452.js.map": "./static/js/main.1676e452.js.map"
},
"entrypoints": [
"static/css/main.36d87df6.css",
"static/js/main.ed5ef913.js"
"static/js/main.1676e452.js"
]
}
File renamed without changes
2 changes: 1 addition & 1 deletion demo/build/index.html → docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React-CRUD-Icons: Set of SVG icons for CRUD applications packaged as a React component with light & dark themes and tooltip."/><meta name="keywords" content="SVG icon icons iconset CRUD React component theme"/><link rel="manifest" href="./manifest.json"/><title>React-CRUD-Icons</title><script defer="defer" src="./static/js/main.ed5ef913.js"></script><link href="./static/css/main.36d87df6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React-CRUD-Icons: Set of SVG icons for CRUD applications packaged as a React component with light & dark themes and tooltip."/><meta name="keywords" content="SVG icon icons iconset CRUD React component theme"/><link rel="manifest" href="./manifest.json"/><title>React-CRUD-Icons</title><script defer="defer" src="./static/js/main.1676e452.js"></script><link href="./static/css/main.36d87df6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 7d340d2

Please sign in to comment.