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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.