Commit 608117b4bd6716335e028efe3486c31fc3ca6f2d

Authored by alex
1 parent a8b97682

Временно отключил сжималку

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
... ...