mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[build][cosmetic] Prevent file changing after build
This commit is contained in:
@ -151,7 +151,10 @@
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/presentationeditor/main/resources/help/",
|
||||
"src": ["**","!*_/**"],
|
||||
"src": [
|
||||
"**",
|
||||
"!*_/**"
|
||||
],
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user