Compare commits
2 Commits
f5546d0a29
...
40cfd2908a
Author | SHA1 | Date | |
---|---|---|---|
40cfd2908a | |||
cda318317c |
@ -1,17 +1,13 @@
|
||||
<?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