deploy favicon.ico

This commit is contained in:
Oleg Korshul 2017-08-16 19:30:19 +03:00
parent 33a08d6df0
commit 43fa6a2c96
3 changed files with 3 additions and 3 deletions

View file

@ -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/"
}

View file

@ -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/"
}

View file

@ -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/"
}