Reopening previous issue on ui pattern broken link
From this issue #2 , added comment,
Hi @ademarco , I have an updated composer file from the repo and run composer install but I dont actually need the build folder as we have our custom site. We just want to use UI Patterns as tools for bootstrap_pattern theme.
I just wanna know why we are getting that message when installing the theme?
Twig_Error_Loader: Template "./templates/metadata.html.twig" is not defined (Drupal\Core\Template\Loader\ThemeRegistryLoader: Unable to find template "./templates/metadata.html.twig" in the Drupal theme registry.). in Twig_Loader_Chain->getCacheKey() (line 36 of /opt/app-root/src/themes/custom/bootstrap_patterns/templates/overview/patterns-overview-page.html.twig).
Am also getting this error. It seems this theme is tightly coupled with some drupal site. Its not a general theme that can be used on any D8 site. Is that correct?
An alternative workaround to avoid this issue is creating the file metadata.html.twig under patterns folder. But Im still interesting and looking forward for a fix on this. Thanks!