chore: Add the advanced playground link back to the playground - #10310
Open
lizschwab wants to merge 4 commits into
Open
chore: Add the advanced playground link back to the playground#10310lizschwab wants to merge 4 commits into
lizschwab wants to merge 4 commits into
Conversation
lizschwab
commented
Aug 21, 2026
| <input id="show" type="button" value="Show" /> - | ||
| <input id="hide" type="button" value="Hide" /> | ||
| <input id="hide" type="button" value="Hide" /> - | ||
| <a href="http://localhost:8080/">Advanced</a> - |
Contributor
Author
There was a problem hiding this comment.
The 8080 here is assumed. We're setting blockly server to 8081 manually in the start command and the webpack dev server will default to finding the first available port starting with 8080. This shouldn't become a problem unless we start spinning up additional servers while developing, but we can look at this again at that point if it becomes a problem.
Contributor
There was a problem hiding this comment.
Might be worth selectively hiding this so the GitHub Pages hosted playground doesn't include it?
gonfunko
approved these changes
Aug 21, 2026
| <input id="show" type="button" value="Show" /> - | ||
| <input id="hide" type="button" value="Hide" /> | ||
| <input id="hide" type="button" value="Hide" /> - | ||
| <a href="http://localhost:8080/">Advanced</a> - |
Contributor
There was a problem hiding this comment.
Might be worth selectively hiding this so the GitHub Pages hosted playground doesn't include it?
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 basics
The details
Resolves
Fixes #10288
Proposed Changes
start:advancedscript from blockly package.jsonstartcommand to do three things in parallel: watch dev-tools and its dependencies (including blockly) for changes, launch a headless server for dev-tools, and launch the blockly playground server and pageReason for Changes
Makes development easier