Put the libraries in a place where the browser can reach them.
This commit is contained in:
parent
f26384fe93
commit
8321e97757
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ web/core
|
||||||
web/modules/contrib
|
web/modules/contrib
|
||||||
web/profiles
|
web/profiles
|
||||||
web/sites
|
web/sites
|
||||||
|
web/libraries
|
||||||
## Temporarily allow deployment of custom modules (by only ignoring contrib here).
|
## 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
|
## So far we are using custom modules for migration only, which wouldn't technically
|
||||||
## ever be required on the platform.
|
## ever be required on the platform.
|
||||||
|
|
|
@ -93,6 +93,9 @@
|
||||||
"web/themes/contrib/{$name}": [
|
"web/themes/contrib/{$name}": [
|
||||||
"type:drupal-theme"
|
"type:drupal-theme"
|
||||||
],
|
],
|
||||||
|
"web/libraries/{$name}": [
|
||||||
|
"type:drupal-library"
|
||||||
|
],
|
||||||
"drush/contrib/{$name}": [
|
"drush/contrib/{$name}": [
|
||||||
"type:drupal-drush"
|
"type:drupal-drush"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue