[deploy] fix bug 58442

This commit is contained in:
Maxim Kadushkin 2022-08-08 21:17:52 +03:00
parent e51c80a284
commit 84a35ed8b9

View file

@ -98,7 +98,7 @@
"expand": true, "expand": true,
"cwd": "../apps/common/main/resources/help/", "cwd": "../apps/common/main/resources/help/",
"src": [ "src": [
"**/*.{png,jpg,gif,html}", "**/*.{png,jpg,gif,html,css}",
"!*_/**", "!*_/**",
"!**/src/**" "!**/src/**"
], ],