From d3abbca737f00d5739fba99231c83fec9028f283 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Tue, 2 Jun 2026 17:02:24 -0400 Subject: [PATCH] chore: exercise asset-canister sync plugin recipe (demo) Add a commented-out recipe URL line pointing at the asset_plugin branch of icp-cli-recipes so reviewers can switch the frontend canister's sync mechanism from the built-in assets step to the plugin without changing the canister wasm. --- icp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/icp.yaml b/icp.yaml index 5c77a204..0178c4a4 100644 --- a/icp.yaml +++ b/icp.yaml @@ -2,6 +2,7 @@ canisters: - name: frontend recipe: type: "@dfinity/asset-canister@v2.1.0" + # type: "https://raw.githubusercontent.com/dfinity/icp-cli-recipes/refs/heads/lwshang/asset_plugin/recipes/asset-canister/recipe.hbs" configuration: dir: dist version: asset-canister-404-support