[all] fix build script
This commit is contained in:
parent
9fd2cef3ea
commit
04020debcb
|
@ -157,6 +157,12 @@
|
|||
"src": "*",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/alphabetletters",
|
||||
"src": "*.json",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/alphabetletters"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/symboltable",
|
||||
|
|
|
@ -151,6 +151,12 @@
|
|||
"src": "*",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/locale/"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/alphabetletters",
|
||||
"src": "*.json",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/alphabetletters"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/symboltable",
|
||||
|
|
|
@ -165,6 +165,12 @@
|
|||
"src": "*",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/alphabetletters",
|
||||
"src": "*.json",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/alphabetletters"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/symboltable",
|
||||
|
|
Loading…
Reference in a new issue