- Issue created by @oturpin
- Status changed to Fixed
10 months ago 11:12am 22 January 2024 - 🇫🇷France Grimreaper France 🇫🇷
Hi,
See how UI Suite Boostrap expects the library to be present: https://git.drupalcode.org/project/ui_suite_bootstrap/-/blob/5.0.x/ui_su...
Then compare where Bootstrap Library loads it, if it from CDN, or from local files.
Seeing this https://git.drupalcode.org/project/bootstrap_library/-/blob/8.x-1.x/boot..., it seems that the library will be loaded twice.
So I unadvice to use Bootstrap Library, except maybe for the CDN.
- Status changed to Active
10 months ago 1:11pm 22 January 2024 - 🇫🇷France oturpin
Thx for feedback.
What if modifying : https://git.drupalcode.org/project/ui_suite_bootstrap/-/blob/5.0.x/ui_su... by removing "dist" ? - Status changed to Fixed
10 months ago 2:35pm 22 January 2024 - 🇫🇷France Grimreaper France 🇫🇷
No, because this is how it is packaged in Composer package.
You can alter it in your custom theme or module if you want.
Automatically closed - issue fixed for 2 weeks with no activity.