-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to declare which version of Bootstrap is used in this package. #690
Comments
Yeah this would have saved me some time. I am currently using the latest version of bootstrap and wanted to see if my code would be compatible with this gem. I could not find which version is supported anywhere but in the issue report above. |
Yes. And the version 2.3.2 that I suggested is based on some experiments that I was doing, I am still not sure that this is indeed the version used. |
Extremely confusing. In fact, I cannot get this gem to install Bootstrap 3.1.1 into my rails app. Only BS 2.3.2 code works and all of the .js files are v. 2.3.2. Does anybody know how to get BS 3.1.1 working in a Rails app? I'm using Rails 3.2.16, but it doesn't work in Rails 4 either. |
I am having the same problems after a clone from Github... |
Well I figured out after my last post that this gem does not work with 3.1.1. I switched to bootstrap-sass and everything is working fine now. |
It seems to be that the version of bootstrap used here is 2.3.2
As a new version of Bootstrap is released and that is what is pointed to by the bootstrap website, people can get confused when they find that the documentation on the bootstrap website does not work for them.
Hence it needs to be shown upfront as to which version of bootstrap we are using.
The text was updated successfully, but these errors were encountered: