From 4dbcbb6ca1da9fac30283ee25e17ccdca4bc44bc Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Mon, 22 Jul 2024 12:27:14 -0500 Subject: [PATCH] fix: add aggregate files so compiling/install is fixed --- system.emulsify.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/system.emulsify.json b/system.emulsify.json index e01f682..0a7b069 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -83,6 +83,30 @@ "path": "./components/style.scss", "destinationPath": "./components/style.scss", "description": "Primary style scss file" + }, + { + "name": "base", + "path": "./components/base/base.scss", + "destinationPath": "./components/base/base.scss", + "description": "Aggregated base file" + }, + { + "name": "atoms", + "path": "./components/atoms/atoms.scss", + "destinationPath": "./components/atoms/atoms.scss", + "description": "Aggregated atoms file" + }, + { + "name": "molecules", + "path": "./components/molecules/molecules.scss", + "destinationPath": "./components/molecules/molecules.scss", + "description": "Aggregated molecules file" + }, + { + "name": "organisms", + "path": "./components/organisms/organisms.scss", + "destinationPath": "./components/organisms/organisms.scss", + "description": "Aggregated organisms file" } ], "components": [