lib/kazan/app_builder.rb in kazan-0.3.0 vs lib/kazan/app_builder.rb in kazan-0.3.1

- old
+ new

@@ -59,11 +59,11 @@ def shared_styles copy_file '_styles.html.erb', 'app/views/layouts/shared/_styles.html.erb' end def shared_layout - copy_file 'application.html.erb', 'app/views/layouts/application.html.erb', force: true + copy_file '_application.html.erb', 'app/views/layouts/application.html.erb', force: true end def assets_config copy_file 'browserslist', 'app/assets/stylesheets/browserslist' copy_file 'errors.rb', 'config/initializers/errors.rb' @@ -151,9 +151,10 @@ def stylesheets_gems gems = <<-RUBY gem 'bourbon', '5.0.0.beta.6' gem 'neat', '~> 1.8.0' +gem 'bitters' gem 'refills', group: [:development, :test] RUBY inject_into_file 'Gemfile', gems, after: "gem 'sass-rails', '~> 5.0'\n"