Compare commits
No commits in common. "e55292fba7971a86f6059fcd377a9e7be13865ff" and "3e4e08171f748412ad3f715c7d3d9fba8cdc7e58" have entirely different histories.
e55292fba7
...
3e4e08171f
@ -1,13 +1,17 @@
|
||||
<?php
|
||||
|
||||
$path = __DIR__;
|
||||
|
||||
return [
|
||||
'assets.webcomponent' => [
|
||||
'picea' => [
|
||||
'asset' => [
|
||||
'source' => [
|
||||
[
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
||||
'order' => 10
|
||||
]
|
||||
],
|
||||
]
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user