buildTarget() protected method
Builds output asset bundle.
| protected void buildTarget ( $target, $type, $bundles ) | ||
|---|---|---|
| $target | yii\web\AssetBundle |
Output asset bundle |
| $type | string |
Either 'js' or 'css'. |
| $bundles | yii\web\AssetBundle[] |
Source asset bundles. |
| throws | yii\console\Exception |
on failure. |
Please login to continue.