mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Revert to older version of pdfmake
This commit is contained in:
parent
87eb9e1216
commit
3aeb8fddfe
@ -19,7 +19,7 @@
|
|||||||
"spectrum": "1.3.4",
|
"spectrum": "1.3.4",
|
||||||
"d3": "3.4.11",
|
"d3": "3.4.11",
|
||||||
"handsontable": "*",
|
"handsontable": "*",
|
||||||
"pdfmake": "^0.1.24",
|
"pdfmake": "0.1.24",
|
||||||
"moment": "*",
|
"moment": "*",
|
||||||
"jsoneditor": "*",
|
"jsoneditor": "*",
|
||||||
"moment-timezone": "~0.4.0",
|
"moment-timezone": "~0.4.0",
|
||||||
|
@ -82,7 +82,8 @@ elixir(function(mix) {
|
|||||||
mix.scripts([
|
mix.scripts([
|
||||||
'pdf_viewer.js',
|
'pdf_viewer.js',
|
||||||
'compatibility.js',
|
'compatibility.js',
|
||||||
bowerDir + '/pdfmake/build/pdfmake.js',
|
//bowerDir + '/pdfmake/build/pdfmake.js',
|
||||||
|
'pdfmake.js',
|
||||||
'vfs.js'
|
'vfs.js'
|
||||||
], 'public/pdf.built.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…
x
Reference in New Issue
Block a user