Skip to content

Commit

Permalink
fix: add aggregate files so compiling/install is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jul 22, 2024
1 parent 0d70fcb commit 4dbcbb6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions system.emulsify.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4dbcbb6

Please sign in to comment.