assets:precompile でのエラー
bundle exec rails assets:precompile RAILS_ENV=production
Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets.
bootstrap4を使っているのに、bootstrap3の設定があった為
bootstrap4では
app/assets/stylesheets/application.scss
@import “bootstrap-sprockets”;
がいらない
(http://binbo-roku.com/bootstrap/programming/study/bootstrap より引用)