deploy favicon.ico
This commit is contained in:
parent
33a08d6df0
commit
43fa6a2c96
|
@ -119,7 +119,7 @@
|
|||
"expand": true,
|
||||
"cwd": "../apps/documenteditor/main/resources/img/",
|
||||
"src": [
|
||||
"**/*.{png,jpg,gif}"
|
||||
"**/*.{png,jpg,gif,ico}"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/img/"
|
||||
}
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"expand": true,
|
||||
"cwd": "../apps/presentationeditor/main/resources/img/",
|
||||
"src": [
|
||||
"**/*.{png,jpg,gif}"
|
||||
"**/*.{png,jpg,gif,ico}"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/"
|
||||
}
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"expand": true,
|
||||
"cwd": "../apps/spreadsheeteditor/main/resources/img/",
|
||||
"src": [
|
||||
"**/*.{png,jpg,gif}"
|
||||
"**/*.{png,jpg,gif,ico}"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue