Closed mcortes19 closed 1 year ago
I had to delete ~/.emulsify/cache
and then run this for everything to work as expected:
emulsify system install --repository https://github.com/emulsify-ds/compound.git --checkout fix-logo-component --all
drush cr
Without the --all
I was only getting a small subset of all of the directories I would expect to see.
I can confirm that this fixes the missing logo component issue. The --all
option is no longer necessary since 1872858e8f5789d4449cda00e552f767d6424651
:tada: This PR is included in version 1.13.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
This PR fixes/implements the following bugs/features
Documentation update (required)
If this pull request requires a change to Emulsify documentation, those changes, updates, and/or new information must accompany this pull request.
How to review this pull request
emulsify init "My New Theme" --starter https://github.com/emulsify-ds/emulsify-drupal.git --platform drupal
emulsify system install --repository https://github.com/emulsify-ds/compound.git --checkout fix-logo-component
to install all components from compoundClosing issues
Closes #90