Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 408 Bytes

2021-12-30-save-theme-compilation.md

File metadata and controls

10 lines (8 loc) · 408 Bytes
title issue
Save theme compilation
NEXT-15381

Storefront

  • Added event Shopware\Storefront\Theme\Event\ThemeCopyToLiveEvent
  • Added Exception Shopware\Storefront\Theme\Exception\ThemeFileCopyException
  • Changed method Shopware\Storefront\Theme\ThemeCompiler::compileTheme to compile in a temporary directory and only move the new compiled files to live if the compilation was successful.