Postponed
Project:
UI Suite Bootstrap
Version:
5.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Apr 2026 at 23:25 UTC
Updated:
24 Apr 2026 at 12:07 UTC
Jump to comment: Most recent
Comments
Comment #2
grimreaperHi,
Thanks for your proposal.
If you use Node package managers to install the Bootstrap library in your sub-theme, I suppose the library will be in a node_modules folder inside the sub-theme and not in the Drupal "libraries" folder?
Then in this case you can POC another starterkit if you want, but it may also impact the base theme too? In this case, I don't think this will get merged.
Comment #4
rosk0Please have a look. T
I don't see a point in another sub-theme as it has no distinctive properties to stand out from existing themes.
The idea is simple, if you use of the the sub-themes, you use NPM or YARN to manage dependencies, not Composer. Base theme expectations of the Javascript location are corrected using library override.
The docs need to be updated and maybe some edge case missed , but overall this works.
Love to hear your feedback.
Comment #5
grimreaperComment #6
grimreaperHi,
Thanks for the MR.
I prefer Composer to also handle external libraries because (with assets packagist) it is easy to check for new versions when checking also Drupal core and contrib updates.
I currently don't want such changes in the starterkits.
But I am ok to document it.
Keeping the issue opened to see if this gains some feedbacks from other people.