1
0
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:
Hillel Coren 2017-01-24 20:33:21 +02:00
parent 87eb9e1216
commit 3aeb8fddfe
4 changed files with 18 additions and 30 deletions

View File

@ -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",

View File

@ -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