-
Notifications
You must be signed in to change notification settings - Fork 14
Downloads and enables carapace theme and deps #48
Downloads and enables carapace theme and deps #48
Conversation
scripts/drupal.sh
Outdated
# Set default theme to carapace (and download dependencies, will composer-ize later) | ||
$DRUSH_CMD --pm-force dl -y adaptivetheme | ||
$DRUSH_CMD --pm-force dl -y at_tools | ||
$DRUSH_CMD --pm-force dl -y layout_plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So these 3 lines will have to go into drupal-project eventually, but you can replace them here with
cd $DRUPAL_HOME
composer require "drupal/adaptivetheme:^2.0" "drupal/at_tools:^2.0" "drupal/layout_plugin:^1.0@alpha"
For reference I figured out the numbers from the individual project pages on drupal.org (removing the 8.x-
)
I'll check out @Favenzio's theme next 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The drush --pm-force dl
calls have been replaced with composer require
in 532c02c
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected 👍
@dannylamb do you want to wait for Thoughts? |
@whikloj We deciding in the UIIG meeting to pull it into the CLAW organization and work on it there. I made Islandora/documentation#667 to track it and assigned it to @Favenzio. I also updated the dependencies in this PR. |
@bryjbrown The repo has been brought over to the claw org. If you can update your |
@dannylamb should already be done now. |
@bryjbrown Gah... sorry. Missed that you had already done it due to browser caching. @whikloj Feel free to merge if you're comfortable with the changes. |
Can't enable Islandora Collection and Islandora Image with this theme. |
GitHub Issue: Islandora/documentation#644
Depends on Transfer Carapace to the Islandora-CLAW organization Islandora/documentation#667What does this Pull Request do?
Replaces installation of Bootstrap as the default theme with Carapace (and dependencies).
How should this be tested?
Boot up the VM, localhost:8000 looks different.
Additional Notes:
This is being installed via
drush --pm-force
andgit clone
, even though the correct way is to use composer. I'll integrate this with composer better in the future, but this works okay for now.Interested parties
@dannylamb @Favenzio @rosiel