- Updated to match Picea's asset
This commit is contained in:
parent
26c910469a
commit
e97a840d63
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "assets-package/font-awesome6",
|
||||
"description": "Font awesome 6 PRO",
|
||||
"type": "library",
|
||||
"type": "asset",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -10,5 +10,17 @@
|
|||
}
|
||||
],
|
||||
"require": {},
|
||||
"autoload": {}
|
||||
"autoload": {},
|
||||
"extra" : {
|
||||
"lean" : {
|
||||
"autoload": {
|
||||
"definitions" : [
|
||||
"meta/definitions.php"
|
||||
],
|
||||
"config": [
|
||||
"meta/config.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'lean' => [
|
||||
'autoload' => [
|
||||
'assets.fontawesome6'
|
||||
]
|
||||
],
|
||||
];
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'assets.fontawesome6' => [
|
||||
'picea' => [
|
||||
'asset' => [
|
||||
'source' => [
|
||||
[
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||
'order' => 10
|
||||
]
|
||||
],
|
||||
]
|
||||
],
|
||||
],
|
||||
];
|
Loading…
Reference in New Issue