Skip to content

npm installing from repo with #main #2470

Discussion options

You must be logged in to vote

Hey @Dorian-Grim
When you're installing https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git#main, you gather the files from our current main branch, so my-app/node_modules/boosted/scss/_alert.scss contains the new stuff.

However, we don't regenerate what's inside dist until there's a new release. So you have all the new Scss files, but when you import "boosted/dist/css/boosted.min.css" you still get the build from v5.3.2 (without the new modifications).
As a proof, you won't find any data-bs-theme=dark in my-app/node_modules/boosted/dist/css/boosted.css (or .min.css).

I think that if you want to achieve that, you have to recompile the CSS file from the Scss files contained in

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Dorian-Grim
Comment options

Answer selected by Dorian-Grim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2469 on February 06, 2024 11:01.