From b7be057b3f362671979f1cad055e4056938532a3 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpenko <okarpenko@ebay.com> Date: Thu, 24 Sep 2015 14:31:43 +0300 Subject: [PATCH] MAGETWO-42835: Bundled js files are not loaded if minified --- lib/internal/Magento/Framework/View/Asset/File.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/internal/Magento/Framework/View/Asset/File.php b/lib/internal/Magento/Framework/View/Asset/File.php index 8354e2aa3d4..19a8026f466 100644 --- a/lib/internal/Magento/Framework/View/Asset/File.php +++ b/lib/internal/Magento/Framework/View/Asset/File.php @@ -6,8 +6,6 @@ namespace Magento\Framework\View\Asset; -use Magento\Framework\View\Asset\ConfigInterface as AssetConfigInterface; - /** * A locally available static view file asset that can be referred with a file path * -- GitLab