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

(cherry picked from commit 860b80c9ee38b80e202f4277d5912f789f6dfecd)
This commit is contained in:
Livio Spring 2024-03-11 09:33:05 +01:00
parent e0e5665e17
commit 50b2ea6e1f
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

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"],