remove substituted svg

This commit is contained in:
Alexey Golubev 2018-01-25 17:31:52 +03:00
parent f318d9fbc4
commit c2d4d22640
3 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,7 @@
} }
], ],
"clean": [ "clean": [
"../deploy/web-apps/apps/common" "../deploy/web-apps/apps/documenteditor/main/resources/img/**/*.svg"
] ]
} }
}, },

View file

@ -175,7 +175,7 @@
} }
], ],
"clean": [ "clean": [
"../deploy/web-apps/apps/common" "../deploy/web-apps/apps/presentationeditor/main/resources/img/**/*.svg"
] ]
}, },
"reporter": { "reporter": {

View file

@ -189,7 +189,7 @@
} }
], ],
"clean": [ "clean": [
"../deploy/web-apps/apps/common" "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/**/*.svg"
] ]
} }
}, },