Skip to content

Commit

Permalink
Add instructions for creating a new bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Oct 9, 2024
1 parent 369d4f6 commit 9ac74e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contributor-docs/feature-flag-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ For example:
npm i @primer/primitives-my-feature-flag@npm:@primer/primitives@0.0.0-20241007214729 --workspace=@npm-workspaces/primer
```

### Create a new bundle (optional)
If you want to load some new tokens you can add a new bundle and load it for users who have the feature flags enabled.

Check failure on line 40 in contributor-docs/feature-flag-testing.md

View workflow job for this annotation

GitHub Actions / Test & Lint

Insert `⏎`

To do so, first create a new bundle by creating a new folder in

Check failure on line 42 in contributor-docs/feature-flag-testing.md

View workflow job for this annotation

GitHub Actions / Test & Lint

Delete `·`

app/assets/stylesheets/bundles/primer-primitives-experimental/index.scss

Check failure on line 44 in contributor-docs/feature-flag-testing.md

View workflow job for this annotation

GitHub Actions / Test & Lint

Delete `⏎⏎`



`bin/generate-service-files.rb `

0 comments on commit 9ac74e9

Please sign in to comment.