mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Fix bug 72532
This commit is contained in:
@ -233,13 +233,10 @@ module.exports = function(grunt) {
|
||||
},
|
||||
{
|
||||
cwd: '../pdf/',
|
||||
src: ['src/engine/*'],
|
||||
dest: path.join(deploy, 'pdf'),
|
||||
name: 'pdf'
|
||||
},
|
||||
{
|
||||
cwd: '../pdf/',
|
||||
src: ['src/annotations/stamps.json'],
|
||||
src: [
|
||||
'src/engine/*',
|
||||
'src/annotations/stamps.json'
|
||||
],
|
||||
dest: path.join(deploy, 'pdf'),
|
||||
name: 'pdf'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user