Skip to content

Commit

Permalink
chore: adjust aggregate location
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jul 22, 2024
1 parent 4dbcbb6 commit 7b84cfe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions system.emulsify.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 7b84cfe

Please sign in to comment.