-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closure files not working #35
Comments
Is there any chance you can send us a fix for the other issues? Having the site work even without Closure on Windows would be a great start—there's only a handful of scenes which still use that. My 2c, I wonder if we pass specific /'s into the Closure compiler that Windows doesn't like. |
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. Hope this helps! |
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: |
@SneezingCactus can you send a PR to fix this? |
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 edit that (unless I can send a PR to the google closure repo) |
I can send a PR for the other fixes though |
I'm one of the original authors of closure-compiler-js so I can probably
help with that. :)
Although I think we are using the binary version now.
Having the non-Closure scenes work on Windows would still be great.
…On Wed, 2 Dec 2020 at 16:19, SneezingCactus ***@***.***> wrote:
I can send a PR for the other fixes though
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DEHE3DK7NZQ4EVVLVRLSSXE6TANCNFSM4UGWGJ2A>
.
|
Ok, I sent the PR |
I'm trying to run Santa Tracker on my Windows 10 computer. I've fixed some errors, and everything's working except for the closure.js files on each scene, so I can't fully access scenes. Other virtual files work fine. Closure files just give 404 errors with no other logs. I tried to fix it with no success. Any idea of why does this happen?
(Sorry for all the edits, I thought config.json wasn't working but then I checked again and it did work, that's why I edited the title 3 times)
The text was updated successfully, but these errors were encountered: