Hi, I used the phaser-scripts build command to build my phaser game:
phaser-scripts build
Then I push it to a gh-pages branch:
gh-pages -d ./build
but for some it’s trying to load the root folder of the proejct even though I only have the build folder’s files on that branch: https://github.com/EverybodyCodes/Phaser-Fish-Game/tree/gh-pages
https://everybodycodes.github.io/Phaser-Fish-Game/
Maybe I need to add “Phaser-Fish-Game/” somehow as the prefix-path in Phaser’s build configuration?
I seems like it’s trying to look for the files in the wrong place. For example, I get an error that it can’t find this file:
https://everybodycodes.github.io/js/app.fd700d8b.bundle.js
Opened an issue for this on the main phaser repo also!
https://github.com/photonstorm/phaser/issues/5083