[build][cosmetic] Prevent file changing after build
This commit is contained in:
parent
a122df6289
commit
4fa0ed4552
|
@ -17,8 +17,8 @@
|
||||||
"src": [
|
"src": [
|
||||||
"Images/*",
|
"Images/*",
|
||||||
"Native/*.js",
|
"Native/*.js",
|
||||||
"libfont/js/fonts.*",
|
"libfont/js/fonts.*",
|
||||||
"libfont/wasm/fonts.*"
|
"libfont/wasm/fonts.*"
|
||||||
],
|
],
|
||||||
"dest": "../deploy/sdkjs/common/"
|
"dest": "../deploy/sdkjs/common/"
|
||||||
},
|
},
|
||||||
|
|
|
@ -137,7 +137,7 @@
|
||||||
},
|
},
|
||||||
"jsonmin": {
|
"jsonmin": {
|
||||||
"files": "../deploy/web-apps/apps/documenteditor/main/**/*.json"
|
"files": "../deploy/web-apps/apps/documenteditor/main/**/*.json"
|
||||||
},
|
},
|
||||||
"copy": {
|
"copy": {
|
||||||
"localization": [
|
"localization": [
|
||||||
{
|
{
|
||||||
|
@ -151,7 +151,10 @@
|
||||||
{
|
{
|
||||||
"expand": true,
|
"expand": true,
|
||||||
"cwd": "../apps/documenteditor/main/resources/help/",
|
"cwd": "../apps/documenteditor/main/resources/help/",
|
||||||
"src": ["**","!*_/**"],
|
"src": [
|
||||||
|
"**",
|
||||||
|
"!*_/**"
|
||||||
|
],
|
||||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -151,7 +151,10 @@
|
||||||
{
|
{
|
||||||
"expand": true,
|
"expand": true,
|
||||||
"cwd": "../apps/presentationeditor/main/resources/help/",
|
"cwd": "../apps/presentationeditor/main/resources/help/",
|
||||||
"src": ["**","!*_/**"],
|
"src": [
|
||||||
|
"**",
|
||||||
|
"!*_/**"
|
||||||
|
],
|
||||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -165,7 +165,10 @@
|
||||||
{
|
{
|
||||||
"expand": true,
|
"expand": true,
|
||||||
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
|
||||||
"src": ["**","!*_/**"],
|
"src": [
|
||||||
|
"**",
|
||||||
|
"!*_/**"
|
||||||
|
],
|
||||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue