public $depends = [
//'yii\web\YiiAsset',
//'yii\bootstrap\BootstrapAsset',
];
'assetManager' => [
'bundles' => [
'yii\bootstrap\BootstrapAsset' => [
'basePath' => '@webroot',
'baseUrl' => '/',
'css' => [],
'js' => [],
'sourcePath' => null,
],
'yii\web\JqueryAsset' => [
'sourcePath' => null,
'js' => [],
],
'yii\web\BootstrapPluginAsset' => [
'sourcePath' => null,
'js' => [],
],
],
],
'assetManager' => [
'bundles' => [
JqueryAsset::class => false,
YiiAsset::class => false,
ActiveFormAsset::class => false
],
// 'bundles' => false
]