Skip to content

fix: brand-sample jsdelivr URLs#39

Open
brian-smith-tcril wants to merge 2 commits into
openedx:mainfrom
brian-smith-tcril:fix-brand-dist
Open

fix: brand-sample jsdelivr URLs#39
brian-smith-tcril wants to merge 2 commits into
openedx:mainfrom
brian-smith-tcril:fix-brand-dist

Conversation

@brian-smith-tcril
Copy link
Copy Markdown
Contributor

Resolves #38

without this, `jsdelivr` URLs point to CSS files that don't exist.
A few examples were added from a branch made before the directory rename. This fixes those new examples to use the new directory in the `jsdelivr` URLs
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.40%. Comparing base (913f1b1) to head (329085c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   88.40%   88.40%           
=======================================
  Files          14       14           
  Lines         414      414           
  Branches       16       16           
=======================================
  Hits          366      366           
  Misses         40       40           
  Partials        8        8           
Flag Coverage Δ
unittests 88.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@feanil feanil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a "How to update the dist folder" section to the README for if we want to make changes in the future. Sounds like it's just npm run prepack? but it would be good to add a pointer from the README

Copy link
Copy Markdown
Member

@kdmccormick kdmccormick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example env.config.jsx for brand-sample doesn't work anymore

3 participants