...
// Asset bundle for compression output:
'targets' => [
'frontend' => [
'class' => 'yii\web\AssetBundle',
'basePath' => '@webroot/',
'baseUrl' => '@web/',
'css' => 'css/all-front-{hash}.css',
'js' => 'js/all-front-{hash}.js',
'depends' => [
// Include all assets shared between 'backend' and 'frontend'
'app\assets\AppAsset',
'yii\web\YiiAsset',
'yii\web\JqueryAsset'
],
],
],
...