Skip to content

Commit

Permalink
Fix theme libraries directory
Browse files Browse the repository at this point in the history
Signed-off-by: Don Richards <[email protected]>
  • Loading branch information
DonRichards committed May 15, 2024
1 parent 16ad1ee commit 7775dcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ jhu_sync_repos:
[ -d "../idc_default_migration/" ] && rsync -avz ../idc_default_migration codebase/web/modules/contrib/idc_default_migration --delete
mkdir -p islandora_workbench/islandora_workbench_demo_content
[ -d "../islandora_workbench_demo_content/" ] && rsync -avz islandora_workbench/islandora_workbench_demo_content --delete
docker-compose exec drupal with-contenv bash -lc 'cp -r /var/www/drupal/web/core/assets/vendor/popperjs /var/www/drupal/web/libraries/popperjs ; cp -r /var/www/drupal/vendor/twbs/bootstrap /var/www/drupal/web/libraries/bootstrap ; chown -R nginx: /var/www/drupal/web/libraries/'
docker-compose exec drupal with-contenv bash -lc 'find /var/www/drupal/web/libraries/ -type d -exec chmod 755 {} \; -o -type f -exec chmod 644 {} \;'
$(MAKE) set-codebase-owner

.PHONY: test
Expand Down Expand Up @@ -336,4 +338,4 @@ jhu_stop:
@echo ""
@echo "Stopping containers"
docker-compose stop
@echo " └─ Done"
@echo " └─ Done"

0 comments on commit 7775dcf

Please sign in to comment.