Skip to content

Commit

Permalink
fix update paths to account for fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Apr 29, 2024
1 parent 697963e commit 52e5b67
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"useBlockAssets": false,
"entry": {
"frontend-css": "./__fixtures__/assets/css/frontend/styles.css"
},
"paths": {
"srcDir": "./__fixtures__/assets/",
"cssLoaderPaths": ["./__fixtures__/assets/css", "./includes/blocks"],
"globalStylesDir": "./__fixtures__/assets/css/globals/",
"globalMixinsDir": "./__fixtures__/assets/css/mixins/"
}
}
}

0 comments on commit 52e5b67

Please sign in to comment.