yii2-bootstrap5
yii2-bootstrap5 copied to clipboard
Whole Bootstrap directory is published into web/assets
BootstrapAsset and BootstrapPluginAsset are publishing the whole Bootstrap directory into web/assets.
This line: public $sourcePath = '@bower/bootstrap';
Could be changed to: public $sourcePath = '@bower/bootstrap/dist';
So that only the "dist" directory is published.