Skip to content

Commit

Permalink
Fix bug 72532
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Jan 16, 2025
1 parent 3750462 commit fb39793
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit fb39793

Please sign in to comment.