updated docs
Some checks failed
/ mirror_to_github (push) Failing after 2m20s
/ test (push) Successful in 12s

This commit is contained in:
Leon van Kammen 2025-03-24 17:45:22 +01:00
parent ff8e61ff8a
commit d598c74dbc
2 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

5
make
View file

@ -41,7 +41,7 @@ standalone(){ # build standalone xrsh.com binary
echo "document.head.innerHTML += \`<style type='text/css'>"
cat src/index.css
echo -e "</style>\`;\n"
cat src/assets/winbox* src/com/{isoterminal,data2event,dom,html-as-texture-in-xr,pastedrop,require,window}.js src/com/lib/*.js src/com/isoterminal/{ISOTerminal.js,term.js,feat/boot.js,feat/jsconsole.js,feat/term.js}
cat src/assets/winbox* src/com/{isoterminal,data2event,dom,html-as-texture-in-xr,pastedrop,require,window}.js src/com/lib/*.js src/com/isoterminal/{ISOTerminal.js,term.js,feat/boot.js,feat/jsconsole.js,feat/term.js,feat/remotekeyboard.js}
echo "// mark above libs as pre-required in require.js, to prevent 'component already registered' errors "
echo "AFRAME.utils.require.required = {";
echo " window: true,"
@ -66,7 +66,8 @@ standalone(){ # build standalone xrsh.com binary
echo " pastedropFeat: true,"
echo " httpfs: true,"
echo " fbterm: true,"
echo " fbtermjs: true"
echo " fbtermjs: true,"
echo " remotekeyboard: true"
echo " };"
} > xrsh.js
ls -lh xrsh.js