Thanks Bryan, I'm not explicitly adding bootstrap-collapse. However, our front_site.dryml file has <include gem='hobo_bootstrap'/> and assets/javascript/front.js had //= require hobo_bootstrap, so I removed the latter and it works now!
- Kevin On Tuesday, April 23, 2013 6:28:41 PM UTC-7, Bryan Larsen wrote: > > Are you adding the bootstrap-collapse file to your assets anywhere? > hobo-bootstrap by default includes all of bootstrap so you shouldn't need > to add it again. > > if you want more control, you can remove the //= require hobo_bootstrap > from your assets and include exactly what you need. > > Bryan > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
