mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Change recent files
This commit is contained in:
@ -190,6 +190,12 @@
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/img"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/documenteditor/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
@ -184,6 +184,12 @@
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/presentationeditor/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
@ -198,6 +198,12 @@
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/spreadsheeteditor/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
Reference in New Issue
Block a user