mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Revert to older version of pdfmake
This commit is contained in:
parent
87eb9e1216
commit
3aeb8fddfe
@ -19,7 +19,7 @@
|
||||
"spectrum": "1.3.4",
|
||||
"d3": "3.4.11",
|
||||
"handsontable": "*",
|
||||
"pdfmake": "^0.1.24",
|
||||
"pdfmake": "0.1.24",
|
||||
"moment": "*",
|
||||
"jsoneditor": "*",
|
||||
"moment-timezone": "~0.4.0",
|
||||
|
@ -82,7 +82,8 @@ elixir(function(mix) {
|
||||
mix.scripts([
|
||||
'pdf_viewer.js',
|
||||
'compatibility.js',
|
||||
bowerDir + '/pdfmake/build/pdfmake.js',
|
||||
//bowerDir + '/pdfmake/build/pdfmake.js',
|
||||
'pdfmake.js',
|
||||
'vfs.js'
|
||||
], 'public/pdf.built.js');
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user