Answer the question
In order to leave comments, you need to log in
Yii2 recursive minification of CSS files. Reasons and how to fix?
Good afternoon!
There is a plug-in set:
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $css = [
'css/style.css',
];
public $js = [];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapPluginAsset',
];
}
AppAsset::register($this);
'assetManager' => [
'appendTimestamp' => true,
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question