Hi All,
I've tried deploying a new app to Heroku, and I've got a fair way through getting it up and running, but hit a problem with Twitter Bootstrap.
The heroku logs show...
ActionView::Template::Error (File to import not found or unreadable: compass_twitter_bootstrap.
2012-10-31T22:48:20+00:00 app[web.1]: Load path: /app
2012-10-31T22:48:20+00:00 app[web.1]: (in /app/vendor/bundle/ruby/1.9.1/gems/hobo_bootstrap-2.0.0.pre4/vendor/assets/stylesheets/hobo_bootstrap/hobo_bootstrap_main.scss)):
I've tried pre-compiling on Heroku, but still get the error. Having Googled the problem it appears it may be an issue with bootstrap on heroku, but can't find a definitive fix, or anything hobo related. And some suggestions that it's already fixed with a newer version of bootstrap?
Anyone got any ideas how to fix this?
Thanks, Anthony.