[build] skip to copy some images for help
This commit is contained in:
parent
4c5913ad4d
commit
836e3bd251
|
@ -93,6 +93,16 @@
|
||||||
"themes": {
|
"themes": {
|
||||||
"src": "../apps/common/main/resources/themes/themes.json",
|
"src": "../apps/common/main/resources/themes/themes.json",
|
||||||
"dest": "../deploy/web-apps/apps/common/main/resources/themes/themes.json"
|
"dest": "../deploy/web-apps/apps/common/main/resources/themes/themes.json"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"expand": true,
|
||||||
|
"cwd": "../apps/common/main/resources/help/",
|
||||||
|
"src": [
|
||||||
|
"**/*.{png,jpg,gif}",
|
||||||
|
"!*_/**",
|
||||||
|
"!**/src/**"
|
||||||
|
],
|
||||||
|
"dest": "../deploy/web-apps/apps/common/main/resources/help/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imagemin": {
|
"imagemin": {
|
||||||
|
|
|
@ -170,7 +170,8 @@
|
||||||
"cwd": "../apps/documenteditor/main/resources/help/",
|
"cwd": "../apps/documenteditor/main/resources/help/",
|
||||||
"src": [
|
"src": [
|
||||||
"**",
|
"**",
|
||||||
"!*_/**"
|
"!*_/**",
|
||||||
|
"!**/src/**"
|
||||||
],
|
],
|
||||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue