Merge branch 'develop' into feature/pdfeditor

This commit is contained in:
Julia Radzhabova
2023-06-06 21:07:13 +03:00
360 changed files with 2153 additions and 729 deletions

View File

@ -462,6 +462,20 @@ module.exports = function (grunt, rootpathprefix) {
},
}
},
peiconshuge: {
src: [`${_prefix}apps/common/main/resources/img/toolbar/2.5x/huge/*.svg`,
`${_prefix}apps/presentationeditor/main/resources/img/toolbar/2.5x/huge/*.svg`],
dest: `${_prefix}apps/presentationeditor/main/resources/img/`,
options: {
mode: {
symbol: {
inline: true,
dest: './',
sprite: `iconshuge@2.5x.svg`,
},
},
}
},
sseiconssmall: {
src: [`${_prefix}apps/common/main/resources/img/toolbar/2.5x/*.svg`,
`${_prefix}apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/*.svg`],
@ -490,6 +504,20 @@ module.exports = function (grunt, rootpathprefix) {
},
}
},
sseiconshuge: {
src: [`${_prefix}apps/common/main/resources/img/toolbar/2.5x/huge/*.svg`,
`${_prefix}apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/huge/*.svg`],
dest: `${_prefix}apps/spreadsheeteditor/main/resources/img/`,
options: {
mode: {
symbol: {
inline: true,
dest: './',
sprite: `iconshuge@2.5x.svg`,
},
},
}
},
},
});