Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 750 Bytes

2022-06-03-added-option-to-skip-assets-compilation-to-system-update-finish-command.md

File metadata and controls

11 lines (11 loc) · 750 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added option to skip assets compilation to system:update:finish command.
issue: NEXT-22008
author: Andreas Allacher
author_email: [email protected]
author_github: @AndreasA
---

Core

  • Changed Shopware\Storefront\Theme\Subscriber\UpdateSubscriber to check if the state Shopware\Core\Framework\Plugin\PluginLifecycleService::STATE_SKIP_ASSET_BUILDING exists.
  • Changed Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand to add a new command option --skip-asset-build.
  • Changed Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand to add the state Shopware\Core\Framework\Plugin\PluginLifecycleService::STATE_SKIP_ASSET_BUILDING if the --skip-asset-build option has been provided.