Conversation
28dde30 to
a9fafaa
Compare
Member
Author
|
Testing this locally for Threadbare, this removes 301 MB from the (uncompressed) site. Of course because the site is uploaded as a |
This file is identical between builds, except in the case where the Godot runtime being used is updated. Some static hosts like Netlify and Cloudflare Pages support a `_redirects` file, but GitHub Pages does not. So unfortunately we need to patch the `index.html` file in a Godot-specific way to make this work. Fortunately the structure is quite predictable, so we can do this reliably. Resolves #11
a9fafaa to
9be958b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This file is identical between builds, except in the case where the Godot runtime being used is updated.
Some static hosts like Netlify and Cloudflare Pages support a
_redirectsfile, but GitHub Pages does not. So unfortunately we need to patch theindex.htmlfile in a Godot-specific way to make this work. Fortunately the structure is quite predictable, so we can do this reliably.Resolves #11