From adfdc1ee8a4cd7df1a39b423de8b586feccfe935 Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Tue, 26 May 2020 20:24:32 +0200 Subject: [PATCH] Update README.md Added information about option to disable gzip for css. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 971f2cd..f50305e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ define('SITE_IN_DIR', 'graph'); ``` 4. Run merge.php to apply changes. Run http://localhost/graph/script/merge.php +# Fix problems + +1. If you see page but css is not loaded. Maybe your web server does not support gzip encoding. You can try change FORCE_DISABLE_GZIP field from **false** to **true**. (It is placed in file /lib/ExtraPacker/ExtraPacker.php). + # 3th-party 1. Micron (http://zmicron.itkd.ru/) is our engine.