[DE, PE] Fixed copy file on build

This commit is contained in:
Alexander Yuzhin 2017-02-15 11:26:20 +03:00
parent b2040b6d3c
commit 47ea8cf1b7
2 changed files with 12 additions and 0 deletions

View file

@ -333,6 +333,12 @@
"cwd": "../apps/documenteditor/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
},
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
}
]
}

View file

@ -333,6 +333,12 @@
"cwd": "../apps/presentationeditor/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
},
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
}
]
}