Commit 47ea8cf1 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[DE, PE] Fixed copy file on build

parent b2040b6d
......@@ -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/"
}
]
}
......
......@@ -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/"
}
]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment