mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Set up D3.js with Elixir
- Use latest V3 version (3.5.17) - V4 not supported by IN / gives errors - Use Elixir to minify + deploy to public dir
This commit is contained in:
parent
93b35187c7
commit
3d471f7c82
@ -41,7 +41,8 @@ elixir(function(mix) {
|
||||
/**
|
||||
* JS configuration
|
||||
*/
|
||||
mix.scripts(['resources/assets/js/Chart.js'], 'public/js/Chart.min.js');
|
||||
mix.scripts(['resources/assets/js/Chart.js'], 'public/js/Chart.min.js')
|
||||
.scripts(['resources/assets/js/d3.js'], 'public/js/d3.min.js');
|
||||
|
||||
|
||||
});
|
||||
|
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
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
Loading…
x
Reference in New Issue
Block a user