[build][cosmetic] Prevent file changing after build

This commit is contained in:
agolybev 2019-04-08 12:06:57 +03:00
parent a122df6289
commit 4fa0ed4552
4 changed files with 15 additions and 6 deletions

View file

@ -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/"
}, },

View file

@ -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/"
} }
], ],

View file

@ -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/"
} }
], ],

View file

@ -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/"
} }
], ],