From 9f6981867fa68d2b46a279a9eaf3fbb7a6d70d74 Mon Sep 17 00:00:00 2001 From: "Gurzhyi, Andrii" <agurzhyi@ebay.com> Date: Wed, 21 Oct 2015 19:40:29 +0300 Subject: [PATCH] MAGETWO-44403: Styles are not loaded on storefront after install - Fixed name of lock file --- .../Framework/View/Asset/PreProcessor/AlternativeSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/View/Asset/PreProcessor/AlternativeSource.php b/lib/internal/Magento/Framework/View/Asset/PreProcessor/AlternativeSource.php index d727bd9fa40..95fe5722789 100644 --- a/lib/internal/Magento/Framework/View/Asset/PreProcessor/AlternativeSource.php +++ b/lib/internal/Magento/Framework/View/Asset/PreProcessor/AlternativeSource.php @@ -96,7 +96,7 @@ class AlternativeSource implements AlternativeSourceInterface } try { - $this->lockerProcess->lockProcess($this->lockName . sprintf('%x', crc32($path . $content))); + $this->lockerProcess->lockProcess($this->lockName); $module = $chain->getAsset()->getModule(); -- GitLab