Commit 815d7f9073747c6427862edca3ccea8dbefbabd7

Authored by Alex Savenko
2 parents be2f17b7 e4985b63

Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/config/main.php
1 1 <?php
2 2 use frontend\components\UrlManager;
3 3  
  4 +
4 5 $params = array_merge(
5 6 require( __DIR__ . '/../../common/config/params.php' ),
6 7 require( __DIR__ . '/../../common/config/params-local.php' ),
... ... @@ -380,7 +381,7 @@
380 381 ],
381 382 'assetsAutoCompress' => [
382 383 'class' => '\skeeks\yii2\assetsAuto\AssetsAutoCompressComponent',
383   - 'enabled' => true,
  384 + 'enabled' => false,
384 385  
385 386 'readFileTimeout' => 3,
386 387 //Time in seconds for reading each asset file
... ...