File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1414 */
1515class EasyAutocompleteAsset extends AssetBundle
1616{
17+ public $ sourcePath = '@bower/EasyAutocomplete/dist ' ;
1718 public $ css = [
18- [
19- 'https://cdnjs.cloudflare.com/ajax/libs/easy-autocomplete/1.3.5/easy-autocomplete.min.css ' ,
20- 'integrity ' => 'sha256-fARYVJfhP7LIqNnfUtpnbujW34NsfC4OJbtc37rK2rs= ' ,
21- 'crossorigin ' => 'anonymous '
22- ]
19+ 'easy-autocomplete.min.css '
2320 ];
2421 public $ js = [
25- [
26- 'https://cdnjs.cloudflare.com/ajax/libs/easy-autocomplete/1.3.5/jquery.easy-autocomplete.min.js ' ,
27- 'integrity ' => 'sha256-aS5HnZXPFUnMTBhNEiZ+fKMsekyUqwm30faj/Qh/gIA= ' ,
28- 'crossorigin ' => 'anonymous '
29- ]
22+ 'easy-autocomplete.min.js '
3023 ];
3124 public $ depends = [
3225 'yii\web\JqueryAsset '
Original file line number Diff line number Diff line change 1212 "homepage" : " https://github.com/gitrequests/"
1313 }
1414 ],
15+ "require" : {
16+ "bower-asset/EasyAutocomplete" : " ~1" ,
17+ "yiisoft/yii2" : " ~2"
18+ },
1519 "autoload" : {
1620 "psr-4" : {
1721 "gitrequests\\ easyautocomplete\\ " : " "
1822 }
1923 },
2024 "support" : {
25+ "source" : " https://github.com/gitrequests/yii2-widget-easyautocomplete" ,
2126 "issues" : " https://github.com/gitrequests/yii2-widget-easyautocomplete/issues"
2227 }
2328}
You can’t perform that action at this time.
0 commit comments