From 8742548eaa12db63149f4453d9a66e722caf6c73 Mon Sep 17 00:00:00 2001 From: neauoire Date: Tue, 24 Mar 2020 16:42:53 +0900 Subject: [PATCH] * --- debug.html | 32 ++++++++++++++++++++++++ index.html | 58 +++++++++++++++++++++++++++++++++++++------- links/main.css | 15 +++++++++++- push.sh | 11 +++++---- scripts/client.js | 12 ++++++--- scripts/lib/acels.js | 41 ++++++++++++++++++++++++++----- scripts/lib/build.js | 35 +++++++++++++++++++++++--- 7 files changed, 177 insertions(+), 27 deletions(-) create mode 100644 debug.html diff --git a/debug.html b/debug.html new file mode 100644 index 0000000..a542bd5 --- /dev/null +++ b/debug.html @@ -0,0 +1,32 @@ + + + + + + + + Ronin + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 22d3477..191a08d 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,38 @@ \n` }, '')} + ${scripts.reduce((acc, item) => { return `${acc}\n` }, '')} + + + + +` + +fs.writeFileSync('debug.html', debug_body) + +console.log(`Built ${id}`)