Sha256: f933d774979bcd52ff8e6894e82e4811882fb80c8e43265636fb08aaa2a3d72f
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 Bytes
Contents
# TODO check for existence of it add_gem 'lazy_high_charts' run 'bundle check && bundle install' insert_into_file "#{@project_path}/app/assets/javascripts/application.js", after: "//= require_tree .\n" do <<EOF //= require highcharts/highcharts //= require highcharts/highcharts-more //= require highcharts/highstock Highcharts.setOptions({ lang: { decimalPoint: ',', thousandsSep: ' ' } }); EOF end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
r5-0.2.4 | lib/r5/recipes/lazy_high_charts.rb |
r5-0.2.3 | lib/r5/recipes/lazy_high_charts.rb |
r5-0.2.0 | lib/r5/recipes/lazy_high_charts.rb |