rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

resolve causes font-awesome to stop working #152

Closed christoph88 closed 1 year ago

christoph88 commented 9 years ago

After I am doing a rake bower:resolve I get following error message. couldn't find file '/home/christoph/Documenten/kratos/vendor/assets/bower_components/font-awesome/css/font-awesome.css' (in /home/christoph/Documenten/kratos/app/assets/stylesheets/application.css.scss:14)

I think it's due to the fact that the file is called .css.erb instead of .css. But I have no idea how to change this and find it weird why this only happens with my font-awesome assets.

Does somebody knows what is going on?