From c2d4d22640d7a902c76419c7f2ff4d2b2035b7dc Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 25 Jan 2018 17:31:52 +0300 Subject: [PATCH] remove substituted svg --- build/documenteditor.json | 2 +- build/presentationeditor.json | 2 +- build/spreadsheeteditor.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/documenteditor.json b/build/documenteditor.json index a0437b70c7..f1af2278ef 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -175,7 +175,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/documenteditor/main/resources/img/**/*.svg" ] } }, diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 4d4d69398e..2cda41c269 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -175,7 +175,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/presentationeditor/main/resources/img/**/*.svg" ] }, "reporter": { diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index c9b26a8045..660f25856f 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -189,7 +189,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/**/*.svg" ] } },