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

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ web/core
web/modules/contrib
web/profiles
web/sites
web/libraries
## Temporarily allow deployment of custom modules (by only ignoring contrib here).
## So far we are using custom modules for migration only, which wouldn't technically
## ever be required on the platform.

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"
]