SneezingCactus
SneezingCactus
@googlebot I signed it!
I'll see what I can do to fix it
The problem with yargs.prefix is that js files try to get files from static but repeats "../" way too much and it goes outside /st/ or whatever the prefix is....
I'll try to find and send the fixes (I don't remember what did I edit to fix it 😅)
So, what I first did was add .posix to the require("path") in import-utils.js to fix the "unsupported on Windows" problem. I also added the .posix in modern-vfs-middleware.js to fix most...
Also, for some reason, the 4 background village svg layers you'd see at the start of the page are missing.
I fixed it! There were two problems: Problem #1 is that santa-vfs, closure-compiler and closure-compiler-js make changes in paths, and since Windows uses \ instead of /, it breaks, so...
I would, but the problem is that in order to fix closure I'd have to modify closure-compiler and closure-compiler-js which are part of the google closure module, and I can't...
I can send a PR for the other fixes though
Ok, I sent the PR