Skip to content

Commit

Permalink
Package.json aangepast om bestanden in juiste themesource mappen te k…
Browse files Browse the repository at this point in the history
…rijgen
  • Loading branch information
fiemke committed Dec 17, 2024
1 parent dc3117a commit 0937c15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"scripts": {
"clean": "rimraf themes/web/",
"build": "npm-run-all build:**",
"build:design-tokens": "cp -R node_modules/@gemeente-rotterdam/design-tokens/dist/theme.css theme/web/theme.css",
"build:font-assets": "cp -R node_modules/@gemeente-rotterdam/font/src/*.woff node_modules/@gemeente-rotterdam/font/src/*.woff2 theme/web/",
"build:font-css": "cp -R node_modules/@gemeente-rotterdam/font/src/index.scss theme/web/font.css",
"build:mendix-css": "cp -R node_modules/@gemeente-rotterdam/mendix-css/dist/mendix-nl-design-system-theme.css theme/web/mendix-nl-design-system-theme.css",
"build:design-tokens": "cp -R node_modules/@gemeente-rotterdam/design-tokens/dist/theme.css themesource/rotterdamstyling/web/theme.css",
"build:font-assets": "cp -R node_modules/@gemeente-rotterdam/font/src/*.woff node_modules/@gemeente-rotterdam/font/src/*.woff2 themesource/rotterdamstyling/web/",
"build:font-css": "cp -R node_modules/@gemeente-rotterdam/font/src/index.scss themesource/rotterdamstyling/theme/web/font.css",
"build:mendix-css": "cp -R node_modules/@gemeente-rotterdam/mendix-css/dist/mendix-nl-design-system-theme.css themesource/nldesignsystem/web/mendix-nl-design-system-theme.css",
"lint-build": "sass theme/web/:tmp/"
},
"packageManager": "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions theme-cache/web/theme.compiled.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
@import url("resources/fonts/open-sans/open-sans.css");
@import './theme.css';
@import "./theme.css";
@font-face {
font-family: "Atlas_Core$Atlas";
Expand Down
2 changes: 1 addition & 1 deletion theme-cache/web/theme.compiled.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themesource/rotterdamstyling/web/main.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import '../../../theme/web/custom-variables';
@import './theme.css'

0 comments on commit 0937c15

Please sign in to comment.