mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
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 <bmadcode@gmail.com>
This commit is contained in:
1
.github/workflows/bundle-latest.yaml
vendored
1
.github/workflows/bundle-latest.yaml
vendored
@@ -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
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user