- Fixed definition directory
This commit is contained in:
parent
cda318317c
commit
40cfd2908a
@ -1,13 +1,11 @@
|
||||
<?php
|
||||
|
||||
$path = __DIR__;
|
||||
|
||||
return [
|
||||
'assets.normalize-css' => [
|
||||
'picea' => [
|
||||
'asset' => [
|
||||
[
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||
'order' => 10
|
||||
]
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user