Closed codechefmarc closed 1 year ago
I'm also seeing this. I also tried installing via the git repo and branch method emulsify system install --repository=git@github.com:emulsify-ds/compound.git --checkout=main
. The result installed component files looks like this:
It also results in:
Twig\Error\LoaderError: Template "@molecules/tabs/tabs.twig" is not defined in "themes/custom/page_demo_theme/templates/navigation/menu-local-tasks.html.twig" at line 14. in Twig\Loader\ChainLoader->getCacheKey() (line 98 of /var/www/html/vendor/twig/twig/src/Loader/ChainLoader.php).
:tada: This issue has been resolved in version 1.13.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Describe the bug After installing compound with
--all
components, an error shows up in Drupal watchdog:To Reproduce Steps to reproduce the behavior:
emulsify init "My New Theme"
emulsify system install compound --all
to install all components from compound./admin/reports/dblog
and verify that the error is as stated above.Expected behavior The logo component doesn't appear to be loading into the system from the compound install. It should be installed with the
--all
flag.Desktop (please complete the following information):
Additional context Possibly related to: https://github.com/emulsify-ds/compound/releases/tag/1.13.1