mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge pull request #1770 from ONLYOFFICE/feature/refactoring-help
refactoring for folder help
This commit is contained in:
@ -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": {
|
||||
|
||||
@ -170,7 +170,8 @@
|
||||
"cwd": "../apps/documenteditor/main/resources/help/",
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
"!*_/**",
|
||||
"!**/src/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
||||
}
|
||||
|
||||
@ -164,7 +164,8 @@
|
||||
"cwd": "../apps/presentationeditor/main/resources/help/",
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
"!*_/**",
|
||||
"!**/src/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
||||
}
|
||||
|
||||
@ -178,7 +178,8 @@
|
||||
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
"!*_/**",
|
||||
"!**/src/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user