diff --git a/Makefile b/Makefile index dddc8a71..4a9e4866 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,11 @@ meta/electron.diff: index.html electron.html -diff -u index.html electron.html > $@ tsweb: + npm run esbuild-clean (ip addr || ifconfig) | grep inet - $(TSC) -w & - npm run eswatch & + $(TSC) -w --preserveWatchOutput & + npm run esbuild-worker -- --watch & + npm run esbuild-ui -- --watch & python3 scripts/serveit.py 2>> /dev/null #http.out astrolibre.b64.txt: astrolibre.rom diff --git a/embed.html b/embed.html index dc693321..eb60fbeb 100644 --- a/embed.html +++ b/embed.html @@ -56,47 +56,16 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - - - - - - - - - - - - - - - - - - - + diff --git a/index.html b/index.html index f9876790..55f201e0 100644 --- a/index.html +++ b/index.html @@ -555,7 +555,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - @@ -563,18 +562,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - - - - @@ -582,29 +569,7 @@ function require(modname) { - - - - - - - - - - - - - - - - - - - - - - - + - -