zaiste / foundation-icons-sass-rails

Foundation Font Icons on Sass for Rails
142 stars 18 forks source link

On Rails 4 avoid the group :assets #9

Open gbonline opened 10 years ago

gbonline commented 10 years ago

Hi, I'm trying to use Foundation 5 and icons 3 on my app on Rails 4. Following your install guide where suggest to inseert the gem 'foundation-rails-sass-icons' row in a group :assets, i got the errror

File to import not found or unreadable: foundation-icons

so goggled and found that on Rails 4 is not needed the use of the group.

mateoclarke commented 10 years ago

this helped me. thanks!

tirdadc commented 10 years ago

Ditto, please update the readme to reflect that the assets group is gone in Rails 4.

http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-3-2-to-rails-4-0-gemfile

GoodJob commented 10 years ago

Thanks! Removing group helped me too!