Hi everyone,
I used a sample file from to test a JavaScript feature, but later decided not to use it and removed the associated resources. However, I still used the same file to build my website. Now, I'm running into issues where the browser developer console shows errors related to missing resources, even though I no longer use that feature.
Additionally, I sometimes encounter a full white screen on laptop when loading the page, which I suspect is related to the leftover code or broken references. I want to delete the unused code from my Hype document, but I’m not sure how to do it. Some JavaScript files are still being saved with the HTML export, but the code looks like jibberish to me.
How can I clean up my project to prevent these errors and avoid the white background issue?
Any help would be appreciated!