yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

Yii composer bower-asset package size: 57MB #18091

Closed fancyecommerce closed 4 years ago

fancyecommerce commented 4 years ago

when i download yii2, i find that package size so big, finaly, find it:

[root@iZ942k2d5ezZ inputmask]# pwd
/www/web/test/fecmall-2.7.1/vendor/bower-asset/inputmask
[root@iZ942k2d5ezZ inputmask]# du -lh --max-depth=1  ./
24K ./nuspecs
8.0K    ./css
57M ./.git
320K    ./qunit
1.9M    ./dist
828K    ./js
61M ./
[root@iZ942k2d5ezZ inputmask]# 

bower-asset contain .git , it was so big , how can it clear it auto.

samdark commented 4 years ago

How do you install it? See https://github.com/yiisoft/yii2/releases/download/2.0.35/yii-basic-app-2.0.35.tgz. There's no .git in inputmask.

yii-bot commented 4 years ago

Thanks for posting in our issue tracker. In order to properly assist you, we need additional information:

Thanks!

This is an automated comment, triggered by adding the label status:need more info.

fancyecommerce commented 4 years ago

install yii-2.0.15 Today I installed and tested, the size of this package is normal

thanks