I'm a little new to the Rails pipeline, so I might be doing something wrong. I am trying to use Active Admin for my backend and twitter bootstrap css for my external application.
I added bootstrap.css to / app / assets / stylesheets and then added:
//= require bootstrap
in application.css - then I did the precompilation of the assets locally
Everything seems to be fine, but some of the styles don't work out for sure, and I think because the active admin css overrides it.
I understand that the application compiles css assets into the css share of the application, and the application uses this file at startup.
I need to somehow separate the two and get twitter bootstrap css to be used as the main css on the front side and, perhaps, to say that I do not use active admin css files on the front panel.
What is the best way to do this?
css ruby-on-rails twitter-bootstrap asset-pipeline
RailsTweeter Apr 16 '12 at 19:30 2012-04-16 19:30
source share