miloschuman / yii2-highcharts

Highcharts widget for Yii 2 Framework
http://www.yiiframework.com/extension/yii2-highcharts-widget/
MIT License
166 stars 63 forks source link

Use bower-asset #32

Closed SamMousa closed 8 years ago

SamMousa commented 8 years ago

Yii2 uses fxp/composer-asset-plugin for including javascript libraries. Is there a reason you are copying the highcharts source code into your library?

It would be cleaner to just add this to your composer.json:

"require": {
    ...
    "bower-asset/highcharts" : "^4.2.2"
}
miloschuman commented 8 years ago

Thanks for the question, @SamMousa. Please see #13 for an explanation of why bower-asset is still not a viable option at this time. If you have any further related questions/comments, please add them to that issue.