Skip to content

Commit

Permalink
Merge pull request #262 from aaronvb/fix_generator_append_to_gemfile
Browse files Browse the repository at this point in the history
Fix Bootstrap Sass Append to Gemfile
  • Loading branch information
justin808 committed Feb 9, 2016
2 parents 1778f08 + a3326cd commit 3724f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/react_on_rails/bootstrap_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def strip_application_scss_of_incompatible_sprockets_statements
end

def add_bootstrap_sprockets_to_gemfile
append_to_file("Gemfile", "gem 'bootstrap-sass'\n")
append_to_file("Gemfile", "\ngem 'bootstrap-sass'\n")
end

def add_bootstrap_sprockets_to_application_js
Expand Down

0 comments on commit 3724f3f

Please sign in to comment.