lib/kazan/app_builder.rb in kazan-0.2.4 vs lib/kazan/app_builder.rb in kazan-0.3.0
- old
+ new
@@ -143,12 +143,11 @@
def remove_turbolinks
replace_in_file(
"app/assets/javascripts/application.js",
"//= require turbolinks",
- ""
- )
+ "")
end
def stylesheets_gems
gems = <<-RUBY
@@ -166,11 +165,10 @@
def stylesheets_manifest
remove_file 'app/assets/stylesheets/application.css'
copy_file(
'application.scss',
'app/assets/stylesheets/application.scss',
- force: true,
- )
+ force: true)
end
def refills
generate 'refills:import', 'flashes'
remove_dir 'app/views/refills'