Commit f0b509ac4918de573bc2b8897d4e33be90525990
1 parent
bd52b63a
css compress false
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 | //Turning association css files |
87 | 87 | 'cssFileRemouteCompile' => false, |
88 | 88 | //Trying to get css files to which the specified path as the remote file, skchat him to her. |
89 | - 'cssFileCompress' => true, | |
89 | + 'cssFileCompress' => false, | |
90 | 90 | //Enable compression and processing before being stored in the css file |
91 | 91 | 'cssFileBottom' => false, |
92 | 92 | //Moving down the page css files | ... | ... |