Skip to content

Commit

Permalink
Merge pull request #179 from cynektix/178-new-line-at-end-of-bowerrc
Browse files Browse the repository at this point in the history
Add new line at the end of the generated .bowerrc file
  • Loading branch information
SergeyKishenin committed Dec 1, 2015
2 parents 518cbb8 + 0d667d5 commit c7fe07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bower-rails/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def write_dotbowerrc
normalized_group_path = normalize_location_path(group.first, group_assets_path(group))
File.open(File.join(normalized_group_path, ".bowerrc"), "w") do |f|
f.write(generate_dotbowerrc)
f.write("\n")
end
end
end
Expand Down

0 comments on commit c7fe07b

Please sign in to comment.