mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
preparation to integrate makepdf
This commit is contained in:
parent
ad83054227
commit
69f474cc67
@ -57,9 +57,13 @@ module.exports = function(grunt) {
|
||||
'public/vendor/spectrum/spectrum.js',
|
||||
'public/vendor/jspdf/dist/jspdf.min.js',
|
||||
//'public/vendor/handsontable/dist/jquery.handsontable.full.min.js',
|
||||
'public/vendor/pdfmake/build/pdfmake.min.js',
|
||||
'public/vendor/pdfmake/build/vfs_fonts.js',
|
||||
'public/js/lightbox.min.js',
|
||||
'public/js/bootstrap-combobox.js',
|
||||
'public/js/script.js',
|
||||
'public/js/pdf.pdfmake.js',
|
||||
|
||||
],
|
||||
dest: 'public/js/built.js',
|
||||
nonull: true
|
||||
@ -84,7 +88,7 @@ module.exports = function(grunt) {
|
||||
'public/vendor/datatables/media/css/jquery.dataTables.css',
|
||||
'public/vendor/datatables-bootstrap3/BS3/assets/css/datatables.css',
|
||||
'public/vendor/font-awesome/css/font-awesome.min.css',
|
||||
'public/vendor/bootstrap-datepicker/css/datepicker.css',
|
||||
'public/vendor/bootstrap-datepicker/dist/css/bootstrap-datepicker.css',
|
||||
'public/vendor/spectrum/spectrum.css',
|
||||
'public/css/bootstrap-combobox.css',
|
||||
'public/css/typeahead.js-bootstrap.css',
|
||||
|
27
bower.json
Normal file
27
bower.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "hillelcoren/invoice-ninja",
|
||||
"version": "0.9.0",
|
||||
"dependencies": {
|
||||
"jquery": "~1.11",
|
||||
"bootstrap": "~3.*",
|
||||
"jquery-ui": "~1.*",
|
||||
"datatables": "~1.*",
|
||||
"datatables-bootstrap3": "*",
|
||||
"knockout.js": "~3.*",
|
||||
"knockout-mapping": "*",
|
||||
"knockout-sortable": "*",
|
||||
"font-awesome": "~4.*",
|
||||
"underscore": "~1.*",
|
||||
"jspdf": "*",
|
||||
"bootstrap-datepicker": "~1.*",
|
||||
"typeahead.js": "~0.9.3",
|
||||
"accounting": "~0.*",
|
||||
"spectrum": "~1.3.4",
|
||||
"d3": "~3.4.11",
|
||||
"handsontable": "*",
|
||||
"pdfmake": "*"
|
||||
},
|
||||
"resolutions": {
|
||||
"jquery": "~1.11"
|
||||
}
|
||||
}
|
106
public/css/built.css
vendored
106
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
37
public/css/built.public.css
vendored
37
public/css/built.public.css
vendored
File diff suppressed because one or more lines are too long
1520
public/js/built.js
1520
public/js/built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/js/pdf.pdfmake.js
Normal file
2
public/js/pdf.pdfmake.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user