-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
- Deployer version: 7.3.3
- Deployment OS: MacOS
When using a custom magento_themes configuration like
->set('magento_themes', [ 'myvendor/theme-at' => 'de_AT', 'myvendor/theme-be' => 'fr_BE nl_BE', ]);
and not setting "split_static_deployment" to true no assets are generated.
The problem is in
Lines 188 to 193 in ef0087d
| if (count(get('magento_themes')) > 0 ) { | |
| foreach (get('magento_themes') as $theme) { | |
| $themesToCompile .= ' -t ' . $theme; | |
| } | |
| } | |
| run("{{bin/php}} {{release_or_current_path}}/bin/magento setup:static-content:deploy --content-version={{content_version}} {{static_deploy_options}} {{static_content_locales}} $themesToCompile -j {{static_content_jobs}}"); |
Metadata
Metadata
Assignees
Labels
No labels