[DE, PE] Fixed copy file on build
This commit is contained in:
parent
b2040b6d3c
commit
47ea8cf1b7
|
@ -333,6 +333,12 @@
|
||||||
"cwd": "../apps/documenteditor/mobile/resources/img/",
|
"cwd": "../apps/documenteditor/mobile/resources/img/",
|
||||||
"src": "**",
|
"src": "**",
|
||||||
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
|
"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/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -333,6 +333,12 @@
|
||||||
"cwd": "../apps/presentationeditor/mobile/resources/img/",
|
"cwd": "../apps/presentationeditor/mobile/resources/img/",
|
||||||
"src": "**",
|
"src": "**",
|
||||||
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
|
"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/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue