-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: demos so that it uses relative path to data.json (#181)
* fix: demos relative path to data.json * fix: updated demos with path
- Loading branch information
Showing
22 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.a527fc8c.css", | ||
"main.js": "./static/js/main.ddad92a1.js", | ||
"main.js": "./static/js/main.64c4b9ce.js", | ||
"index.html": "./index.html", | ||
"main.a527fc8c.css.map": "./static/css/main.a527fc8c.css.map", | ||
"main.ddad92a1.js.map": "./static/js/main.ddad92a1.js.map" | ||
"main.64c4b9ce.js.map": "./static/js/main.64c4b9ce.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.a527fc8c.css", | ||
"static/js/main.ddad92a1.js" | ||
"static/js/main.64c4b9ce.js" | ||
] | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.ddad92a1.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.64c4b9ce.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> |
6 changes: 3 additions & 3 deletions
6
demos/jump/static/js/main.ddad92a1.js → demos/jump/static/js/main.64c4b9ce.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.a527fc8c.css", | ||
"main.js": "./static/js/main.ddad92a1.js", | ||
"main.js": "./static/js/main.64c4b9ce.js", | ||
"index.html": "./index.html", | ||
"main.a527fc8c.css.map": "./static/css/main.a527fc8c.css.map", | ||
"main.ddad92a1.js.map": "./static/js/main.ddad92a1.js.map" | ||
"main.64c4b9ce.js.map": "./static/js/main.64c4b9ce.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.a527fc8c.css", | ||
"static/js/main.ddad92a1.js" | ||
"static/js/main.64c4b9ce.js" | ||
] | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.ddad92a1.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.64c4b9ce.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> |
6 changes: 3 additions & 3 deletions
6
...multiple-trips/static/js/main.ddad92a1.js → demos/lmfs/static/js/main.64c4b9ce.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.a527fc8c.css", | ||
"main.js": "./static/js/main.ddad92a1.js", | ||
"main.js": "./static/js/main.64c4b9ce.js", | ||
"index.html": "./index.html", | ||
"main.a527fc8c.css.map": "./static/css/main.a527fc8c.css.map", | ||
"main.ddad92a1.js.map": "./static/js/main.ddad92a1.js.map" | ||
"main.64c4b9ce.js.map": "./static/js/main.64c4b9ce.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.a527fc8c.css", | ||
"static/js/main.ddad92a1.js" | ||
"static/js/main.64c4b9ce.js" | ||
] | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.ddad92a1.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> | ||
<doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Fleet Debugger Front-end Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Fleet Debugger</title><script defer="defer" src="./static/js/main.64c4b9ce.js"></script><link href="./static/css/main.a527fc8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html></doctype> |
6 changes: 3 additions & 3 deletions
6
demos/lmfs/static/js/main.ddad92a1.js → ...multiple-trips/static/js/main.64c4b9ce.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters