build: add localdev CDN build scripts - #260
Merged
Merged
Conversation
The localdev cdn-js container serves this repo's dist/cdn at https://cdn-js.foxy.test/elements@1/, alongside the v2 line served from the elements_beta submodule at /elements@2/. rollup -c already emits the CDN layout; these just name it. prepack still runs the same rollup step for the real build.
brettflorio
approved these changes
Aug 26, 2026
Contributor
|
@pheekus approved. Still not super familiar with Linear, not sure if I should merge … or … where to merge from here… |
Contributor
|
oh there's a merge button top right. |
Contributor
|
merged! |
Contributor
Author
|
@brettflorio so fast! Thanks :) |
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.
The localdev
cdn-jscontainer serves this repo'sdist/cdnathttps://cdn-js.foxy.test/elements@1/, alongside the v2 line served from a second submodule at/elements@2/.rollup -calready emits the CDN layout. These scripts just name it under thelocaldev:prefix the other front-end repos use, and add a--watchvariant.localdev:build:cdn— one-shotlocaldev:watch:cdn— rebuild on saveNo build behaviour changes.
prepackstill runs the same rollup step.🤖 Generated with Claude Code