We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1778f08 + a3326cd commit 3724f3fCopy full SHA for 3724f3f
lib/generators/react_on_rails/bootstrap_generator.rb
@@ -62,7 +62,7 @@ def strip_application_scss_of_incompatible_sprockets_statements
62
end
63
64
def add_bootstrap_sprockets_to_gemfile
65
- append_to_file("Gemfile", "gem 'bootstrap-sass'\n")
+ append_to_file("Gemfile", "\ngem 'bootstrap-sass'\n")
66
67
68
def add_bootstrap_sprockets_to_application_js
0 commit comments