[build][cosmetic] Prevent file changing after build
This commit is contained in:
parent
a122df6289
commit
4fa0ed4552
|
@ -151,7 +151,10 @@
|
|||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/documenteditor/main/resources/help/",
|
||||
"src": ["**","!*_/**"],
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -151,7 +151,10 @@
|
|||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/presentationeditor/main/resources/help/",
|
||||
"src": ["**","!*_/**"],
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -165,7 +165,10 @@
|
|||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
||||
"src": ["**","!*_/**"],
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue