From 748433f67a2749a8532603eedb0b9501dbb5bd7f Mon Sep 17 00:00:00 2001 From: Anastasia Date: Wed, 5 Sep 2018 15:10:11 +0300 Subject: [PATCH] html compress1 --- frontend/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/main.php b/frontend/config/main.php index 129e53a..33af11a 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -480,7 +480,7 @@ use common\models\Settings; 'htmlFormatter' => [ //Enable compression html 'class' => 'skeeks\yii2\assetsAuto\formatters\html\TylerHtmlCompressor', - 'extra' => true, //use more compact algorithm + 'extra' => false, //use more compact algorithm 'noComments' => true, //cut all the html comments 'maxNumberRows' => 50000, //The maximum number of rows that the formatter runs on -- libgit2 0.21.4