[3.x] Add root static file passthrough with new _static/ directory support - #2585
Merged
Conversation
emmadesilva
temporarily deployed
to
pr-documentation-2585
August 10, 2026 15:12 — with
GitHub Actions
Inactive
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2585 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 1807 1815 +8
===========================================
Files 183 184 +1
Lines 4474 4506 +32
===========================================
+ Hits 4474 4506 +32 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
emmadesilva
force-pushed
the
v3/root-static-passthrough
branch
from
August 10, 2026 15:45
6ad2274 to
705936c
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2585
August 10, 2026 15:46 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/root-static-passthrough
branch
from
August 10, 2026 16:25
705936c to
43a1619
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2585
August 10, 2026 16:26 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/root-static-passthrough
branch
from
August 10, 2026 16:51
43a1619 to
507535a
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2585
August 10, 2026 16:51 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/root-static-passthrough
branch
from
August 10, 2026 17:55
507535a to
04c2b13
Compare
emmadesilva
marked this pull request as ready for review
August 10, 2026 18:25
_static/ directory support
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.
Summary
_static/convention that copies files verbatim to the compiled site root while preserving relative paths_static/files through the realtime compiler, with_static/mediataking precedence over the_mediafallbackDeleting a source from
_staticmay leave its previous output because Hyde's existing cleaner does not track historical passthrough mappings.Tests
FeatureFramework,UnitFramework, andFeatureHyde: 3,812 passed; documented PHP 8.5FeaturedImageUnitTestfailure remains; socket test passed separately with loopback accessphp monorepo/HydeStan/run.php: no errors