From 55ff571da62f0b41bf0e88025defa7b150bca3a4 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 26 Mar 2022 15:49:43 +0100 Subject: [PATCH] use public dir --- repl/package.json | 2 +- repl/public/.nojekyll | 0 repl/public/CNAME | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 repl/public/.nojekyll create mode 100644 repl/public/CNAME diff --git a/repl/package.json b/repl/package.json index 8ccfce08..9ca02de2 100644 --- a/repl/package.json +++ b/repl/package.json @@ -19,7 +19,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && cp ../.nojekyll ../docs", + "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial", "test": "react-scripts test", "eject": "react-scripts eject", "tutorial": "parcel src/tutorial/index.html --no-cache", diff --git a/repl/public/.nojekyll b/repl/public/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/repl/public/CNAME b/repl/public/CNAME new file mode 100644 index 00000000..63687b2b --- /dev/null +++ b/repl/public/CNAME @@ -0,0 +1 @@ +strudel.tidalcycles.org