I am using bowerify and bower-rails gems, setup per the instructions on config\application.rb
config.bower_components_path = Rails.root.join('lib/assets/bower_components')
also on application.css.scsss
...
*= require bootstrap-sass-official/vendor/assets/stylesheets/bootstrap
and I am getting the following error:
sprockets::FileNotFound
couldn't find file 'bootstrap/glyphicons-halflings-regular.eot'
Any ideas what could be wrong?