Skip to content

Commit ffce7ce

Browse files
author
Laszlo Simon
committed
fix images
1 parent e455385 commit ffce7ce

File tree

101 files changed

+673
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+673
-31
lines changed

angular.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,19 @@
2525
"inlineStyleLanguage": "scss",
2626
"assets": [
2727
{
28-
"glob": "**/*",
29-
"input": "public"
28+
"glob": "favicon.ico",
29+
"input": "src/assets",
30+
"output": "."
31+
},
32+
{
33+
"glob": "**/*.json",
34+
"input": "src/assets/i18n",
35+
"output": "assets/i18n"
36+
},
37+
{
38+
"glob": "**/*.webp",
39+
"input": "src/assets/images/webp",
40+
"output": "assets/images"
3041
}
3142
],
3243
"styles": [
@@ -82,9 +93,20 @@
8293
"tsConfig": "tsconfig.spec.json",
8394
"inlineStyleLanguage": "scss",
8495
"assets": [
96+
{
97+
"glob": "favicon.ico",
98+
"input": "src/assets",
99+
"output": "."
100+
},
101+
{
102+
"glob": "**/*.json",
103+
"input": "src/assets/i18n",
104+
"output": "assets/i18n"
105+
},
85106
{
86107
"glob": "**/*",
87-
"input": "public"
108+
"input": "src/assets/images/webp",
109+
"output": "assets/images"
88110
}
89111
],
90112
"styles": [

0 commit comments

Comments
 (0)