Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support jsbundling #44

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Support jsbundling #44

wants to merge 2 commits into from

Conversation

jorgemanrubia
Copy link
Member

@jorgemanrubia jorgemanrubia commented Dec 23, 2024

This reworks the approach to remove the import maps dependency. Instead of parsing the importmaps entry, the engine will now expose an endpoint to fetch the source of changed assets. The Stimulus reloader will fetch the changed javascript files using that endpoint so that it won't depend on importmaps anymore.

Closes #12

@jorgemanrubia jorgemanrubia changed the title Support jss bundling Support jssbundling Dec 23, 2024
@jorgemanrubia jorgemanrubia changed the title Support jssbundling Support jsbundling Dec 23, 2024
@jorgemanrubia jorgemanrubia force-pushed the jsbundling branch 3 times, most recently from e31a423 to 58b182e Compare December 23, 2024 19:30
@jorgemanrubia jorgemanrubia marked this pull request as ready for review December 23, 2024 19:30
This reworks the approach to remove the dependency. Instead of parsing the importmaps entry, the engine will now expose an endpoint to fetch the source of changed assets. The Stimulus reloader will fetch the changed javascript files using that endpoint so that it won't depend on importmaps anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support jssbundling
1 participant