- Fixed definition directory
This commit is contained in:
parent
02bdf3fea3
commit
e55292fba7
|
@ -1,13 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$path = __DIR__;
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'assets.webcomponent' => [
|
'assets.webcomponent' => [
|
||||||
'picea' => [
|
'picea' => [
|
||||||
'asset' => [
|
'asset' => [
|
||||||
[
|
[
|
||||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||||
'order' => 10
|
'order' => 10
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue