mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
This commit is contained in:
commit
1354d47218
@ -164,7 +164,7 @@ module.exports = function(grunt) {
|
||||
process: false
|
||||
}
|
||||
},
|
||||
js_pdf: {
|
||||
/*js_pdf: {
|
||||
src: [
|
||||
'public/js/pdf_viewer.js',
|
||||
'public/js/compatibility.js',
|
||||
@ -173,7 +173,7 @@ module.exports = function(grunt) {
|
||||
],
|
||||
dest: 'public/pdf.built.js',
|
||||
nonull: true
|
||||
}
|
||||
}*/
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -140,7 +140,7 @@
|
||||
"type": "zip"
|
||||
},
|
||||
"source": {
|
||||
"url": "git@github.com:gatepay/FedACHdir.git",
|
||||
"url": "https://github.com/gatepay/FedACHdir.git",
|
||||
"type": "git",
|
||||
"reference": "origin/master"
|
||||
}
|
||||
|
@ -41,6 +41,15 @@ elixir(function(mix) {
|
||||
/**
|
||||
* JS configuration
|
||||
*/
|
||||
mix.scripts(['resources/assets/js/Chart.js'], 'public/js/Chart.min.js')
|
||||
.scripts(['resources/assets/js/d3.js'], 'public/js/d3.min.js');
|
||||
|
||||
mix.scripts([
|
||||
'public/js/pdf_viewer.js',
|
||||
'public/js/compatibility.js',
|
||||
'public/js/pdfmake.min.js',
|
||||
'public/js/vfs.js'
|
||||
], 'public/pdf.built.js');
|
||||
|
||||
|
||||
});
|
||||
|
1426
public/js/Chart.js
vendored
1426
public/js/Chart.js
vendored
File diff suppressed because it is too large
Load Diff
11
public/js/d3.min.js
vendored
11
public/js/d3.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8061
public/pdf.built.js
8061
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
9554
resources/assets/js/d3.js
vendored
Normal file
9554
resources/assets/js/d3.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
@section('head')
|
||||
@parent
|
||||
|
||||
<script src="{!! asset('js/Chart.js') !!}" type="text/javascript"></script>
|
||||
<script src="{!! asset('js/Chart.min.js') !!}" type="text/javascript"></script>
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
|
Loading…
Reference in New Issue
Block a user