From 8321e977576ebba9c59e20c0826cbcbe511d49a2 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 2 Mar 2020 11:54:42 -0600 Subject: [PATCH] Put the libraries in a place where the browser can reach them. --- .gitignore | 1 + composer.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1c2b102..f7ec36b 100644 --- a/.gitignore +++ b/.gitignore @@ -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. diff --git a/composer.json b/composer.json index 8de8d16..3d12748 100644 --- a/composer.json +++ b/composer.json @@ -93,6 +93,9 @@ "web/themes/contrib/{$name}": [ "type:drupal-theme" ], + "web/libraries/{$name}": [ + "type:drupal-library" + ], "drush/contrib/{$name}": [ "type:drupal-drush" ]