Skip to content

Commit

Permalink
add svg icon sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrex-o committed Mar 31, 2024
1 parent 618051d commit ae03076
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apps/fhem-native-desktop/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"glob": "mdi.svg",
"input": "./node_modules/@mdi/angular-material",
"output": "./assets"
},
{
"glob": "**/*.svg",
"input": "libs/ui/assets/icons",
"output": "assets/icons"
}
],
"styles": [
Expand Down
5 changes: 5 additions & 0 deletions apps/fhem-native-docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
"glob": "mdi.svg",
"input": "./node_modules/@mdi/angular-material",
"output": "./assets"
},
{
"glob": "**/*.svg",
"input": "libs/ui/assets/icons",
"output": "assets/icons"
}
],
"styles": ["apps/fhem-native-docs/src/styles.scss"],
Expand Down
4 changes: 3 additions & 1 deletion apps/fhem-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"cordova-plugin-purchase": "^13.10.0"
},
"devDependencies": {
"@capacitor/cli": "^5.5.1"
"@capacitor/cli": "^5.5.1",
"@capacitor/ios": "../../node_modules/@capacitor/ios",
"@capacitor/android": "../../node_modules/@capacitor/android"
}
}
5 changes: 5 additions & 0 deletions apps/fhem-native/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"glob": "mdi.svg",
"input": "./node_modules/@mdi/angular-material",
"output": "./assets"
},
{
"glob": "**/*.svg",
"input": "libs/ui/assets/icons",
"output": "assets/icons"
}
],
"styles": [
Expand Down

0 comments on commit ae03076

Please sign in to comment.