Skip to content

Commit

Permalink
IONOS(build): switch to custom mdi icons
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Nov 11, 2024
1 parent 8a7ab4f commit e82d01f
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 12 deletions.
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated from 81a053 to d9da5b
2 changes: 1 addition & 1 deletion custom-npms/nc-mdi-js
2 changes: 1 addition & 1 deletion custom-npms/nc-mdi-svg
2 changes: 1 addition & 1 deletion custom-npms/nc-vue-material-design-icons
59 changes: 53 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
"webpack-merge": "^6.0.1",
"workbox-webpack-plugin": "^7.1.0",
"vue-material-design-icons": "file:./custom-npms/nc-vue-material-design-icons/dist",
"@mdi/svg": "file:./custom-npms/nc-mdi-svg"
"@mdi/svg": "file:./custom-npms/nc-mdi-svg/dist",
"@mdi/js": "file:./custom-npms/nc-mdi-js"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand All @@ -206,6 +207,7 @@
"overrides": {
"colors": "1.4.0",
"vue-material-design-icons" : "$vue-material-design-icons",
"@mdi/svg" : "$@mdi/svg"
"@mdi/svg" : "$@mdi/svg",
"@mdi/js" : "$@mdi/js"
}
}

0 comments on commit e82d01f

Please sign in to comment.