Commit d0f18a25 authored by Boris Kocherov's avatar Boris Kocherov

use common images

parent cfdfc210
......@@ -108,9 +108,9 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/documenteditor/main/resources/img'"
"common-image-path": "'../../../../../deploy/web-apps/apps/common/main/resources/img'"
}
},
"imagemin": {
......@@ -131,7 +131,7 @@
"src": [
"**/*.{png,jpg,gif}"
],
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/img/"
"dest": "../deploy/web-apps/apps/common/main/resources/img/"
}
]
},
......
......@@ -108,9 +108,9 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/presentationeditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/presentationeditor/main/resources/img'"
"common-image-path": "'../../../../../deploy/web-apps/apps/common/main/resources/img'"
}
},
"imagemin": {
......@@ -131,7 +131,7 @@
"src": [
"**/*.{png,jpg,gif}"
],
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/"
"dest": "../deploy/web-apps/apps/common/main/resources/img/"
}
]
},
......
......@@ -108,9 +108,9 @@
},
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"common-image-const-path": "'../../../../common/main/resources/img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'"
"common-image-path": "'../../../../../deploy/web-apps/apps/common/main/resources/img'"
}
},
"imagemin": {
......@@ -139,7 +139,7 @@
"src": [
"**/*.{png,jpg,gif}"
],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/"
"dest": "../deploy/web-apps/apps/common/main/resources/img/"
}
]
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment