Skip to content

Commit 72f1738

Browse files
committed
🎨 Add fontawesome-free webfonts
1 parent 6fc3eb5 commit 72f1738

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
lines changed

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ COPY --from=backend-build /app/src/ /app/src/
8888

8989
# copy frontend build statics
9090
COPY --from=frontend-build /app/src/openorganisatie/static /app/src/openorganisatie/static
91+
COPY --from=frontend-build /app/node_modules/@fortawesome/fontawesome-free/webfonts /app/node_modules/@fortawesome/fontawesome-free/webfonts
9192

9293
# copy source code
9394
COPY ./src /app/src

β€Žpackage-lock.jsonβ€Ž

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"homepage": "https://maykinmedia.nl",
2222
"dependencies": {
2323
"microscope-sass": "latest",
24-
"yargs": "^16.2.0"
24+
"yargs": "^16.2.0",
25+
"@fortawesome/fontawesome-free": "^7.0.0"
2526
},
2627
"devDependencies": {
2728
"@babel/core": "latest",
@@ -53,4 +54,4 @@
5354
"webpack-dev-server": "latest",
5455
"webpack-stream": "latest"
5556
}
56-
}
57+
}
98.9 KB
Binary file not shown.
18.5 KB
Binary file not shown.
111 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)