chore: migrate frontend canisters from asset-canister to static-site recipe#1449
Merged
Merged
Conversation
…recipe Swap the frontend recipe from @dfinity/asset-canister@v2.2.1 to @dfinity/static-site@v0.3.0 across all examples, matching the change already applied to hosting/oisy-signer-demo. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.3.1 includes the certified-assets canister fix, unblocking the migration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…-canister-to-static-site
…ples The certified-assets sync plugin brotli-compresses the large Unity WebGL and Godot HTML5 asset bundles, which exceeds the default 60s plugin compute limit. Set ICP_CLI_PLUGIN_COMPUTE_LIMIT_SECS=300 (available in the latest icp-cli) for these two workflows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lwshang
approved these changes
Jul 23, 2026
marc0olo
marked this pull request as ready for review
July 23, 2026 23:32
schneiderstefan
approved these changes
Jul 24, 2026
raymondk
approved these changes
Jul 24, 2026
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
Swaps the frontend canister recipe from
@dfinity/asset-canister@v2.2.1to@dfinity/static-site@v0.3.1across all examples, matching the change already applied tohosting/oisy-signer-demo.icp.yamlfiles updated (acrosshosting/,motoko/,motoko/vetkeys/,rust/,rust/vetkeys/,native-apps/)configurationblocks (dir+build) are unchanged, since both recipes accept the same shapeRecipe version
The known certified-assets canister issue in the
static-siterecipe has been fixed and released inv0.3.1, which this PR now targets. The earlier blocker is resolved.🤖 Generated with Claude Code