From f0b509ac4918de573bc2b8897d4e33be90525990 Mon Sep 17 00:00:00 2001 From: timur Date: Mon, 19 Feb 2018 12:27:25 +0200 Subject: [PATCH] css compress false --- 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 abf60a4..70df747 100644 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -86,7 +86,7 @@ //Turning association css files 'cssFileRemouteCompile' => false, //Trying to get css files to which the specified path as the remote file, skchat him to her. - 'cssFileCompress' => true, + 'cssFileCompress' => false, //Enable compression and processing before being stored in the css file 'cssFileBottom' => false, //Moving down the page css files -- libgit2 0.21.4