- Issue created by @keithkhl
- π°π·South Korea keithkhl
Because I have removed SASS starter kit, after I created my own custom sub-theme.
Once I install the theme again, the issue is gone. - πΊπΈUnited States derekw
Did you add the library copy command to your composer.json? This was working for me until today, but no longer is doing the copy (on Pantheon).
See Bootstrap Libraries Load section.
Bario Bootstrap 5 Theme β"scripts": { "pre-update-cmd": ["DrupalComposerManaged\\ComposerScripts::preUpdate"], "post-update-cmd": [ "@composer drupal:scaffold", "mkdir -p web/libraries/bootstrap", "cp -R vendor/twbs/bootstrap/dist web/libraries/bootstrap", "DrupalComposerManaged\\ComposerScripts::postUpdate" ] },
The files exist in vendor/twbs/bootstrap but they are not being copied to web/libraries/bootstrap, so they can't be found.