# 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 <