Don't vendor minified Chart.js

The filename is titlecased because that's how it came from the vendor,
and we're not touching it.
This commit is contained in:
Robert Speicher 2016-01-17 15:39:51 -05:00 committed by Douglas Barbosa Alexandre
parent a382ad99ef
commit 2922dfce79
3 changed files with 3478 additions and 12 deletions

View file

@ -23,7 +23,7 @@
#= require raphael
#= require g.raphael-min
#= require g.bar-min
#= require chart-lib.min
#= require Chart
#= require branch-graph
#= require ace/ace
#= require ace/ext-searchbox

3477
vendor/assets/javascripts/Chart.js vendored Executable file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long