Commit 2dde49d5 authored by john's avatar john

t_3031

parent 4c35cdc8
......@@ -60,13 +60,13 @@ return [
'cache' => [
'class' => 'yii\caching\FileCache',
],
// 'view' => [
// 'class' => 'rmrevin\yii\minify\View',
// 'base_path' => '@app/web',
// 'minify_path' => '@app/web/minify',
// 'force_charset' => 'UTF-8',
// 'expand_imports' => true,
// ],
'view' => [
'class' => 'rmrevin\yii\minify\View',
'base_path' => '@app/web',
'minify_path' => '@app/web/minify',
'force_charset' => 'UTF-8',
'expand_imports' => true,
],
'user' => [
'identityClass' => 'common\modules\users\models\User',
'identityCookie' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment