From a523e2363a275959b5e8db3c732d77f17be20aea Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 21:56:17 -0400 Subject: [PATCH] - WIP on asset --- meta/definitions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index 9b9f9d0..e27a414 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -4,12 +4,10 @@ return [ 'assets.flexbox' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), - 'order' => 10 - ] - ], + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), + 'order' => 10 + ] ] ], ],