yii2-bootstrap5 icon indicating copy to clipboard operation
yii2-bootstrap5 copied to clipboard

Whole Bootstrap directory is published into web/assets

Open Ser6-IO opened this issue 2 years ago • 0 comments

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.

Ser6-IO avatar Nov 07 '23 18:11 Ser6-IO