We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669761 commit 0a740cfCopy full SHA for 0a740cf
ui/Gruntfile.js
@@ -67,6 +67,13 @@ module.exports = function (grunt) {
67
'components/jquery-ui/ui/minified/jquery-ui.custom.min.js',
68
'components/angular-ivh-treeview/dist/ivh-treeview.min.js',
69
70
+ 'components/html2pdf.js/html2pdf.bundle.min.js',
71
+ 'components/pdfmake/pdfmake.min.js',
72
+ 'components/pdfmake/vfs_fonts.js',
73
+ 'components/html2canvas/html2canvas.min.js',
74
+ 'components/marked/marked.min.js',
75
+ 'components/lib-jitsi-meet/external_api.min.js',
76
+
77
'micro-frontends-dist/shared.min.js',
78
'micro-frontends-dist/ipd.min.js',
79
'micro-frontends-dist/next-ui.min.js'
@@ -538,7 +545,7 @@ module.exports = function (grunt) {
538
545
files: {
539
546
expand: true,
540
547
cwd: '<%= yeoman.dist %>',
541
- src: ['**/*.min.*.js', '!micro-frontends-dist/**/*.js'],
548
+ src: ['**/*.min.*.js', '!micro-frontends-dist/**/*.js', '!**/html2pdf.bundle.min.*.js'],
542
549
dest: '<%= yeoman.dist %>'
543
550
}
544
551
},
0 commit comments