We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351d553 commit 695b98bCopy full SHA for 695b98b
app/code/Magento/Deploy/Model/Deploy/LocaleQuickDeploy.php
@@ -17,6 +17,10 @@
17
use Magento\Framework\App\ObjectManager;
18
use Magento\Deploy\Model\DeployStrategyFactory;
19
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
+ */
24
class LocaleQuickDeploy implements DeployInterface
25
{
26
/**
0 commit comments