[build] skip to copy some images for help

This commit is contained in:
Maxim Kadushkin 2022-06-07 19:41:41 +03:00
parent 836e3bd251
commit 6c8da1d7d9
2 changed files with 4 additions and 2 deletions

View file

@ -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/"
} }

View file

@ -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/"
} }