Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanitski committed Jul 19, 2014
1 parent 0babdaf commit 8f37e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bower-rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class Railtie < Rails::Railtie
if File.exist?(@@bowerfile)
config.before_initialize do |app|
@dsl = BowerRails::Dsl.evalute(BowerRails.root_path, @@bowerfile)
r
@dsl.final_assets_path.map do |assets_root, assets_path|
app.config.assets.paths << Rails.root.join(assets_root, assets_path, "bower_components")
end
Expand Down

0 comments on commit 8f37e8d

Please sign in to comment.