Put the libraries in a place where the browser can reach them.

This commit is contained in:
David Valdez 2020-03-02 11:54:42 -06:00
parent f26384fe93
commit 8321e97757
2 changed files with 4 additions and 0 deletions

View file

@ -93,6 +93,9 @@
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]