mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Merge branch 'develop' into feature/pdfeditor
This commit is contained in:
@ -420,6 +420,20 @@ module.exports = function (grunt, rootpathprefix) {
|
||||
},
|
||||
}
|
||||
},
|
||||
deiconshuge: {
|
||||
src: [`${_prefix}apps/common/main/resources/img/toolbar/2.5x/huge/*.svg`,
|
||||
`${_prefix}apps/documenteditor/main/resources/img/toolbar/2.5x/huge/*.svg`],
|
||||
dest: `${_prefix}apps/documenteditor/main/resources/img/`,
|
||||
options: {
|
||||
mode: {
|
||||
symbol: {
|
||||
inline: true,
|
||||
dest: './',
|
||||
sprite: `iconshuge@2.5x.svg`,
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
peiconssmall: {
|
||||
src: [`${_prefix}apps/common/main/resources/img/toolbar/2.5x/*.svg`,
|
||||
`${_prefix}apps/presentationeditor/main/resources/img/toolbar/2.5x/*.svg`],
|
||||
|
||||
Reference in New Issue
Block a user