Compare commits

...

2 Commits

Author SHA1 Message Date
40cfd2908a - Fixed definition directory 2023-10-17 22:53:02 -04:00
cda318317c - WIP on asset 2023-10-17 21:56:35 -04:00

View File

@ -1,17 +1,13 @@
<?php
$path = __DIR__;
return [
'assets.normalize-css' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
'order' => 10
]
],
[
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10
]
]
],
],