Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bpampuch committed Oct 11, 2014
2 parents ef5fdf4 + 5403492 commit 7fc5601
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 161 deletions.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ module.exports = function(grunt) {
sourceMap: true,
compress: {
drop_console: true
}
},
mangle: {
except: ['HeadTable', 'NameTable', 'CmapTable', 'HheaTable', 'MaxpTable', 'HmtxTable', 'PostTable', 'OS2Table', 'LocaTable', 'GlyfTable']
}
},
files: {
'build/pdfmake.min.js': ['build/pdfmake.js']
Expand Down
Loading

0 comments on commit 7fc5601

Please sign in to comment.