SheepTester/sheeptester.github.io

OpenShit things

Closed this issue · 12 comments

so i got the local html version to work but i didnt get it to work when i published it on pages why does this happen?

i posted here because i couldnt find my original issue and i couldnt find any solutions on the internet

i've been trying to fix this for 2 hours

Your original issue is at #20; maybe see #20 (comment)?

You should check the console to see if there are any errors

i checked there were

What do the errors say? The errors are supposed to help you fix the issue

i think it was like elem is not defined or something

i tried editing the index.html to other things too but it dont work

I believe OpenShit has a dependency on /js/_dom2.js:

<script src="../../_dom2.js" charset="utf-8"></script>
<script src="../../jszip.min.js" charset="utf-8"></script>

Make sure they load properly

it is in the folder or repo or something

i loaded it correctly on the index.html on my computer (local file) so idk why this is

image
See first error; it says https://bacc-studio.github.io/_dom2.js gave a 404 error (probably because Jekyll doesn't serve files starting with _ by default)

oh so i just rename it and edit the index file and everything should work fine?

so i did and everyting worked all of a suden i just had to do THAT and it took me 3 hours to try to fix. closing