[build] skip to copy some images for help
This commit is contained in:
parent
836e3bd251
commit
6c8da1d7d9
|
@ -164,7 +164,8 @@
|
||||||
"cwd": "../apps/presentationeditor/main/resources/help/",
|
"cwd": "../apps/presentationeditor/main/resources/help/",
|
||||||
"src": [
|
"src": [
|
||||||
"**",
|
"**",
|
||||||
"!*_/**"
|
"!*_/**",
|
||||||
|
"!**/src/**"
|
||||||
],
|
],
|
||||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
|
|
|
@ -178,7 +178,8 @@
|
||||||
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
||||||
"src": [
|
"src": [
|
||||||
"**",
|
"**",
|
||||||
"!*_/**"
|
"!*_/**",
|
||||||
|
"!**/src/**"
|
||||||
],
|
],
|
||||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue