[build] correct common images path
This commit is contained in:
parent
752038c2f4
commit
9027653d77
|
@ -383,7 +383,7 @@ module.exports = function(grunt) {
|
||||||
dynamic: {
|
dynamic: {
|
||||||
files: []
|
files: []
|
||||||
.concat(packageFile['main']['imagemin']['images-app'])
|
.concat(packageFile['main']['imagemin']['images-app'])
|
||||||
.concat(packageFile['main']['imagemin']['images-common'])
|
// .concat(packageFile['main']['imagemin']['images-common']) skip copy images from common to editor in 7.2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
},
|
},
|
||||||
"vars": {
|
"vars": {
|
||||||
"app-image-const-path": "'../img'",
|
"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'",
|
"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/documenteditor/main/resources/img'"
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
},
|
},
|
||||||
"vars": {
|
"vars": {
|
||||||
"app-image-const-path": "'../img'",
|
"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'",
|
"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/presentationeditor/main/resources/img'"
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
},
|
},
|
||||||
"vars": {
|
"vars": {
|
||||||
"app-image-const-path": "'../img'",
|
"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'",
|
"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/spreadsheeteditor/main/resources/img'"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue