Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / front / front_page.services.yml
1 services:
2   front_page.event_subscriber:
3     class: Drupal\front_page\EventSubscriber\FrontPageSubscriber
4     tags:
5       - {name: event_subscriber}
6
7   front_page.front_page_path_processor:
8     class: Drupal\front_page\FrontPagePathProcessor
9     tags:
10       - {name: path_processor_outbound}