I think the steps would be: 1. Download the hobo-bootstrap gem (https://github.com/Hobo/hobo_bootstrap) 2. Edit the file "hobo_bootstrap.gemspec" and change the "bootstrap-sass" dependency version to the latest one (take a look at https://rubygems.org/gems/bootstrap-sass) 3. Edit your Gemfile in a Hobo app so it loads hobo bootstrap from the local folder: gem "foo", :path => "/path/to/foo" 4. Run "bundle" 5. Try it!
I haven't had time yet to try Bootstrap 3, so please tell us about your experience :). Regards, Ignacio El 22/08/13 01:53, [email protected] escribió: > I see that Bootstrap 3 has been released. > > What is the path to compatibility between Hobo and this new version? > > Thanks! > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
