I am trying to setup bootstrap on Rails4 using bootstrap-sass and I am getting this famous error:
bootstrap-sass
Sprockets::FileNotFound - couldn
i had the same issue :couldn't find file 'bootstrap-sprockets' with type 'application/javascript' The only solution was to comment off in the Gemfile gem 'sass-rails', '~> 5.0' and add instead gem 'sass-rails', '>= 3.2'
hope this helps other members