Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets

I am suddenly getting this error in development and in production on deployment.

custom.css.scss

@import "bootstrap-sprockets";
@import "bootstrap";

error (in production)

rake aborted!
Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets.
Load paths:
/srv/www/myapp/releases/20141001060418/app/assets/images
/srv/www/myapp/releases/20141001060418/app/assets/javascripts
/srv/www/myapp/releases/20141001060418/app/assets/stylesheets
/srv/www/myapp/releases/20141001060418/vendor/assets/javascripts
/srv/www/myapp/releases/20141001060418/vendor/assets/stylesheets

Leave a Comment