[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

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