From c6dbc81c4361c9ffa12d7aebffc53e41eb71c245 Mon Sep 17 00:00:00 2001 From: Sean Mann Date: Fri, 4 Jun 2021 16:38:06 -0700 Subject: [PATCH 1/3] Add 404 to improve user experience when they load an extension from the wrong spot --- .gitignore | 2 ++ 404.html | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 404.html diff --git a/.gitignore b/.gitignore index 7997bff4..a7ee0fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ npm-debug.log # Ignore webpack generated files dist/ + +.DS_Store diff --git a/404.html b/404.html new file mode 100644 index 00000000..459b1119 --- /dev/null +++ b/404.html @@ -0,0 +1,6 @@ +No content was found at this location.
+If you are trying a sandbox sample, you need to use the sandbox server
+
+npm run start-sandbox
+
+See the readme for more information. \ No newline at end of file From 6110b6dfd10300985a0563d3e5f8f91e98772601 Mon Sep 17 00:00:00 2001 From: Sean Mann Date: Fri, 4 Jun 2021 16:38:54 -0700 Subject: [PATCH 2/3] newline at eof --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 459b1119..48d417c8 100644 --- a/404.html +++ b/404.html @@ -3,4 +3,4 @@
npm run start-sandbox

-See the readme for more information. \ No newline at end of file +See the readme for more information. From 82ab4e353009387368ae054bec72b70a56881fa4 Mon Sep 17 00:00:00 2001 From: Sean Mann Date: Fri, 4 Jun 2021 16:40:37 -0700 Subject: [PATCH 3/3] . --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 48d417c8..23b32693 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ No content was found at this location.
-If you are trying a sandbox sample, you need to use the sandbox server
+If you are trying a sandbox sample, you need to use the sandbox server.

npm run start-sandbox