Merge pull request #1770 from ONLYOFFICE/feature/refactoring-help

refactoring for folder help
This commit is contained in:
maxkadushkin
2022-06-14 11:26:36 +03:00
committed by GitHub
14870 changed files with 29025 additions and 15790 deletions

View File

@ -93,6 +93,16 @@
"themes": {
"src": "../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": {

View File

@ -170,7 +170,8 @@
"cwd": "../apps/documenteditor/main/resources/help/",
"src": [
"**",
"!*_/**"
"!*_/**",
"!**/src/**"
],
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
}

View File

@ -164,7 +164,8 @@
"cwd": "../apps/presentationeditor/main/resources/help/",
"src": [
"**",
"!*_/**"
"!*_/**",
"!**/src/**"
],
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
}

View File

@ -178,7 +178,8 @@
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
"src": [
"**",
"!*_/**"
"!*_/**",
"!**/src/**"
],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
}