- πΊπΈUnited States jcandan
Would appreciate your insight on the approach done in π Remove the composer libraries workaround Active .
Because Drupal prefers third-party libraries to be accessible from docroot (web server), the convention is for packages of type
drupal-library
to be installed to the/libraries/
folder. This is also the place where Drupal is able to allow and manage multiple versions of packages, as dependency management for a modular project via thevendor/
directory could get unwieldy.So, the approach in the above-mentioned ticket seems the best option, and a good replacement for the
composer.libraries.json
andasset-packagist
options of old. - πΊπΈUnited States jcandan
Merged π Remove the composer libraries workaround Active . This ticket can be updated to reflect any desired changes.