Christian Fraß commited on 2018-08-24 16:21:46
Zeige 2 geänderte Dateien mit 9 Einfügungen und 1 Löschungen.
... | ... |
@@ -126,6 +126,14 @@ |
126 | 126 |
"input": "source/media/logo.svg", |
127 | 127 |
"output": "build/logo.svg" |
128 | 128 |
} |
129 |
+ }, |
|
130 |
+ { |
|
131 |
+ "name": "favicon", |
|
132 |
+ "type": "copy", |
|
133 |
+ "parameters": { |
|
134 |
+ "input": "source/media/folksprak_16x16.png", |
|
135 |
+ "output": "build/favicon.png" |
|
136 |
+ } |
|
129 | 137 |
} |
130 | 138 |
] |
131 | 139 |
} |
132 | 140 |