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}`)