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