- WIP on autoload
This commit is contained in:
parent
f5546d0a29
commit
5f02948ebe
@ -1,14 +1,12 @@
|
||||
<?php
|
||||
|
||||
$path = __DIR__;
|
||||
|
||||
return [
|
||||
'assets.normalize-css' => [
|
||||
'picea' => [
|
||||
'asset' => [
|
||||
'source' => [
|
||||
[
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||
'order' => 10
|
||||
]
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user