0

I'm using the 'bootstrap-sass' gem and can't find the .css file in my directory. It's currently working as my css tags/classes/etc all still work, I just don't know where the file is.

1 Answer 1

2

I believe it just puts the assest with all your other gemfiles. If you are using RVM trying looking here where you replace the user and version with yours.

/Users/kyle/.rvm/gems/ruby-1.9.3-p125/gems/bootstrap-sass-2.0.3.1/vendor/assets

The actual files are not included in your project, but you have access to them. Everything is describe on the github README page.

Sign up to request clarification or add additional context in comments.

1 Comment

argh, then how are you supposed to change the nav bar color ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.