Closed coffeeisamazing closed 8 years ago
I took a look at this. vendor.bundle.js and bundle.js are definitely there on the gh-pages branch, but the get requests generated by the HTML are failing.
Sometimes it takes a while for the github CDN to update. If it isn't a path issue, I don't know what it could be. Please check the index and make sure there aren't any other links that might be trying to double-load the bundles or include source files directly instead of relying on the two bundles.
Still no luck. I tried wiping out the local and remote gh-pages branch and starting from scratch - same result.
I don't see any double-loading occurring.
Fixed it! I had previously (prior receiving the deployment instructions) setup gh pages based on my master for just a simple html page to test the deployment process. The target branch was still using master. I updated master to gh-pages under settings and did a fresh push to the gh pages branch and it worked.
Is this still an issue @coffeeisamazing? If so I can take a look today.
Working fine now, thanks @BenGitsCode. I put the solution up above. Lesson learned: Double check what branch your github pages are pointing to under Settings... :)
Linter Output
Issue Description
[ what you were doing when the problem showed up ] App working as expected locally. Receiving errors on gh pages. https://coffeeisamazing.github.io/game-project/
[ error message (as text), if one exists ] From console on gh pages.
[ the code that caused the error (as a fenced code block) or ] Here is my git ignore file.
[ the code that isn't working as expected ] https://coffeeisamazing.github.io/game-project/
[ things you've tried to fix the problem ] Tried both commenting out the appropriate lines as well as deleting all-together.
[ the last point at which code worked ] Never worked on github pages.