I'm having trouble uninstalling Twitter Bootstrap from my Rails program.
I tried starting from scratch without Bootstrap, but this creates a lot of problems.
EDIT: Yup, it Twitter Bootstrap.
EDIT: I am having problems removing the bug from twitter-bootstrap-rails from my current rails application. I installed the gem about a month ago when I created my application (editing my gemfile, modifying the application.js file and other similar things), but now I decided that I no longer want this. I tried just removing gem from my gemfile and removing boostrap links in application.js, but for some reason bootstrap is still compiling to application.css file.
I assume (possibly wrong) that this is some kind of error related to the rails resource pipeline, and I'm not sure how to do this. Any thoughts?
source share