Sylius / SyliusThemeBundle

Theming for Symfony, supports templates, assets and translations.
https://sylius.com
MIT License
93 stars 34 forks source link

command sylius:theme:assets:install sometime missing #124

Open Olivier127 opened 2 years ago

Olivier127 commented 2 years ago

the command sylius:theme:assets:install is missing because the services.xml doesn't indicate where to load the xml files into integrations directory.

please add

<import resource="services/integrations/*.xml" />

Roshyo commented 2 years ago

Hi,could you please provide a reproducible scenario for that issue?

The services inside integrations folder are loaded via the SyliusThemeExtension and they should not always all be loaded (legacy mode support).

So I would like to understand better your issue and see how can we fix it properly.

Thanks