From 608117b4bd6716335e028efe3486c31fc3ca6f2d Mon Sep 17 00:00:00 2001 From: dozer111 Date: Fri, 8 Jun 2018 16:26:34 +0200 Subject: [PATCH] Временно отключил сжималку --- frontend/config/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/config/main.php b/frontend/config/main.php index 542d510..c02f8dc 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -1,6 +1,7 @@ [ 'class' => '\skeeks\yii2\assetsAuto\AssetsAutoCompressComponent', - 'enabled' => true, + 'enabled' => false, 'readFileTimeout' => 3, //Time in seconds for reading each asset file -- libgit2 0.21.4