File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/nbproject /private /
2
2
/vendor /
3
- /nbproject /
3
+ /nbproject /
4
+ /src /assets /openui5 /
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ or add in composer.json to require selection
17
17
```
18
18
"sky\yii2-openui5" : "*"
19
19
```
20
+ Next step (Why do this? I'm try using bower but not compatible with Yii2 Asset structure):
20
21
- [ download Openui5] ( http://openui5.org/download.html ) sdk or runtime
21
22
- extract zip file
22
23
- copy all files inside openui5-xxx-xxx folder to folder vendor/sky/yii2-openui5/src/assets/openui5
Original file line number Diff line number Diff line change 25
25
26
26
class OpenUiAsset extends AssetBundle
27
27
{
28
- public $ sourcePath = '@sky/yii2-openui5/assets/openui5 ' ;
28
+ public $ sourcePath = '@vendor/ sky/yii2-openui5/src /assets/openui5 ' ;
29
29
/**
30
30
* @var array list application register
31
31
*
You can’t perform that action at this time.
0 commit comments