From f25fcc686cdd30f4821559e354473b312c0ca573 Mon Sep 17 00:00:00 2001 From: Murat K Ozcan <34237651+muratkeremozcan@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:30:59 -0600 Subject: [PATCH] fix: web bundler entry point (#1341) * fix: web bundler entry point * removed the web-bundles folder * added web-bundles to gitignore * disabled web bundles --------- Co-authored-by: Brian --- .github/workflows/bundle-latest.yaml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bundle-latest.yaml b/.github/workflows/bundle-latest.yaml index d8a0da0e..7c49cb24 100644 --- a/.github/workflows/bundle-latest.yaml +++ b/.github/workflows/bundle-latest.yaml @@ -10,6 +10,7 @@ permissions: jobs: bundle-and-publish: + if: ${{ false }} # Temporarily disabled while web bundles are paused. runs-on: ubuntu-latest steps: - name: Checkout BMAD-METHOD diff --git a/.gitignore b/.gitignore index 3a0100d7..06938371 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ CLAUDE.local.md # Bundler temporary files and generated bundles .bundler-temp/ +web-bundles/ # Generated web bundles (built by CI, not committed) src/modules/bmm/sub-modules/