- WIP again
This commit is contained in:
parent
11329b8716
commit
3f223e7f57
@ -15,10 +15,10 @@
|
|||||||
"lean" : {
|
"lean" : {
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"definitions" : [
|
"definitions" : [
|
||||||
"definitions.php"
|
"meta/definitions.php"
|
||||||
],
|
],
|
||||||
"config": [
|
"config": [
|
||||||
"config.php"
|
"meta/config.php"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
'lean' => [
|
'lean' => [
|
||||||
'autoload' => [
|
'autoload' => [
|
||||||
'asset.flexbox'
|
'assets.flexbox'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
x
Reference in New Issue
Block a user