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