Is there any tutorial/reference that tells you how to organize the files/folders correctly?
I say this because last week I was uploading a JS Game to Netlify. Well the Game was behaving all correct, all images, all sounds, all functionality Ok… So the src to the folders were correctly specified.
However, in Netfliy didn´t load. Once I change the organization of folders (basically I put the html ,css, y js files all close together, withouth putting them into any folder), then the game correctly loaded on Netlify!
This didn´t surprise me since I always wondered how the hell Netlify knows how to make the script work only passing the archives (literally passing a github repository) however I would like some information in how to do this correctly. Right now im working on my portfolio and i have a certain organization of the files and I wonder if I uploaded like this it won´t load again.