From 7b84cfe90035d0ba493811b523fdcc5bfe6e0be8 Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Mon, 22 Jul 2024 12:32:04 -0500 Subject: [PATCH] chore: adjust aggregate location --- system.emulsify.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/system.emulsify.json b/system.emulsify.json index 0a7b069..13dcbe3 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -86,26 +86,26 @@ }, { "name": "base", - "path": "./components/base/base.scss", - "destinationPath": "./components/base/base.scss", + "path": "./components/00-base/base.scss", + "destinationPath": "./components/00-base/base.scss", "description": "Aggregated base file" }, { "name": "atoms", - "path": "./components/atoms/atoms.scss", - "destinationPath": "./components/atoms/atoms.scss", + "path": "./components/01-atoms/atoms.scss", + "destinationPath": "./components/01-atoms/atoms.scss", "description": "Aggregated atoms file" }, { "name": "molecules", - "path": "./components/molecules/molecules.scss", - "destinationPath": "./components/molecules/molecules.scss", + "path": "./components/02-molecules/molecules.scss", + "destinationPath": "./components/02-molecules/molecules.scss", "description": "Aggregated molecules file" }, { "name": "organisms", - "path": "./components/organisms/organisms.scss", - "destinationPath": "./components/organisms/organisms.scss", + "path": "./components/03-organisms/organisms.scss", + "destinationPath": "./components/03-organisms/organisms.scss", "description": "Aggregated organisms file" } ],