refactor: copy only required frameworks icons from docs in console (#7538)

This commit is contained in:
Livio Spring 2024-03-11 09:33:05 +01:00 committed by GitHub
parent 7b537243c4
commit 860b80c9ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest",
{ "glob": "**/*", "input": "../docs/static/img", "output": "assets/docs/img" }
{ "glob": "**/*", "input": "../docs/static/img/tech", "output": "assets/docs/img/tech" }
],
"styles": ["src/styles.scss"],
"scripts": ["./node_modules/tinycolor2/dist/tinycolor-min.js"],