Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 4dbcbb6

Browse files
author
Callin Mullaney
committed
fix: add aggregate files so compiling/install is fixed
1 parent 0d70fcb commit 4dbcbb6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

system.emulsify.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,30 @@
8383
"path": "./components/style.scss",
8484
"destinationPath": "./components/style.scss",
8585
"description": "Primary style scss file"
86+
},
87+
{
88+
"name": "base",
89+
"path": "./components/base/base.scss",
90+
"destinationPath": "./components/base/base.scss",
91+
"description": "Aggregated base file"
92+
},
93+
{
94+
"name": "atoms",
95+
"path": "./components/atoms/atoms.scss",
96+
"destinationPath": "./components/atoms/atoms.scss",
97+
"description": "Aggregated atoms file"
98+
},
99+
{
100+
"name": "molecules",
101+
"path": "./components/molecules/molecules.scss",
102+
"destinationPath": "./components/molecules/molecules.scss",
103+
"description": "Aggregated molecules file"
104+
},
105+
{
106+
"name": "organisms",
107+
"path": "./components/organisms/organisms.scss",
108+
"destinationPath": "./components/organisms/organisms.scss",
109+
"description": "Aggregated organisms file"
86110
}
87111
],
88112
"components": [

0 commit comments

Comments
 (0)