diff --git a/build/common.json b/build/common.json index eecc4be8a6..5b0aa9f203 100644 --- a/build/common.json +++ b/build/common.json @@ -124,7 +124,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/common/main/resources/img/" } @@ -135,7 +135,10 @@ { "expand": true, "cwd": "../apps/common/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/common/main/resources/img" } ] diff --git a/build/documenteditor.json b/build/documenteditor.json index 8ef204a5f5..9371e376bb 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -137,7 +137,7 @@ "cwd": "../apps/documenteditor/main/resources/img/", "src": [ "**/*.{png,jpg,gif,ico}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/documenteditor/main/resources/img/" } @@ -148,7 +148,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/documenteditor/main/resources/img/" } @@ -213,7 +213,10 @@ { "expand": true, "cwd": "../apps/documenteditor/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/documenteditor/main/resources/img" } ], diff --git a/build/pdfeditor.json b/build/pdfeditor.json index 55e1bb7aaf..09603f9ce1 100644 --- a/build/pdfeditor.json +++ b/build/pdfeditor.json @@ -143,7 +143,7 @@ "cwd": "../apps/pdfeditor/main/resources/img/", "src": [ "**/*.{png,jpg,gif,ico}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/pdfeditor/main/resources/img/" } @@ -154,7 +154,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/pdfeditor/main/resources/img/" } @@ -201,7 +201,10 @@ { "expand": true, "cwd": "../apps/pdfeditor/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/pdfeditor/main/resources/img" } ], diff --git a/build/presentationeditor.json b/build/presentationeditor.json index ad9999ebe4..0c9850c2a9 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -137,7 +137,7 @@ "cwd": "../apps/presentationeditor/main/resources/img/", "src": [ "**/*.{png,jpg,gif,ico}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/" } @@ -148,7 +148,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/" } @@ -202,7 +202,10 @@ { "expand": true, "cwd": "../apps/presentationeditor/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img" } ], diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 4d0e8b03a4..d36473ae89 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -137,7 +137,7 @@ "cwd": "../apps/spreadsheeteditor/main/resources/img/", "src": [ "**/*.{png,jpg,gif,ico}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/" } @@ -156,7 +156,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/" } @@ -215,7 +215,10 @@ { "expand": true, "cwd": "../apps/spreadsheeteditor/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img" } ], diff --git a/build/visioeditor.json b/build/visioeditor.json index e6eef877e2..aeafc33845 100644 --- a/build/visioeditor.json +++ b/build/visioeditor.json @@ -137,7 +137,7 @@ "cwd": "../apps/visioeditor/main/resources/img/", "src": [ "**/*.{png,jpg,gif,ico}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/visioeditor/main/resources/img/" } @@ -148,7 +148,7 @@ "cwd": "../apps/common/main/resources/img/", "src": [ "**/*.{png,jpg,gif}", - "!toolbar/*x/**/*" + "!toolbar/**/*x/**/*" ], "dest": "../deploy/web-apps/apps/visioeditor/main/resources/img/" } @@ -196,7 +196,10 @@ { "expand": true, "cwd": "../apps/visioeditor/main/resources/img", - "src": "**/*.svg", + "src": [ + "**/*.svg", + "!toolbar/**/*x/**/*" + ], "dest": "../deploy/web-apps/apps/visioeditor/main/resources/img" } ],