Integrate Volt sessions, native Tailwind, and virtual islands - #2
Merged
Merged
Conversation
Render documents once with validated deferred asset references, collect shared component entries, and delegate complete asset builds to Volt. Pin the Volt PR commit for integration testing; package release and blog acceptance remain separate.
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.
Dependency
Depends on elixir-volt/volt#37.
Pins Volt commit
5cf6fd26827dbeb013bd77ffb0cf9e1f495a8dfdfor reproducible integration testing. Replace the Git dependency with the appropriate released version before publishing Astral.Changes
Astral.Assets.Stylesheets.finalize/2,3, without changing serialization behavior, and document source/test organization conventions.Volt.build/1, supplying site source roots alongside explicitly configured sources.Astral.asset_path/2returns real URLs usable in HTML, JSON, and island props. Render each document once; no deferred URL tokens.Compatibility
asset_entryvalues are lists.Astral.BuildResult.assetscontainsVolt.Build.Result.islands do component :vue, "islands/Gallery.vue" end.Validation
mix ci: 209 tests passed. No hosted checks are currently attached to this PR.