Skip to content

Commit 695b98b

Browse files
author
Viktor Paladiychuk
committed
MAGETWO-62660: [GitHub] Overly aggressive performance optimizations of the static content deployment #7862
1 parent 351d553 commit 695b98b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Deploy/Model/Deploy/LocaleQuickDeploy.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
use Magento\Framework\App\ObjectManager;
1818
use Magento\Deploy\Model\DeployStrategyFactory;
1919

20+
/**
21+
* To avoid duplication of deploying of all static content per each theme/local, this class uses copying/symlinking
22+
* of default static files to other locales, separately calls deploy for js dictionary per each locale
23+
*/
2024
class LocaleQuickDeploy implements DeployInterface
2125
{
2226
/**

0 commit comments

Comments
 (0)