I'm trying to get the responsive navbar which disappears into a pulldown button on small screens.
My attempt rolls up into a button on my browsers as expected (when the browser window is narrowed), but the button does not pull down. However, if view the resulting page source and cut and paste the body into bootply, it works fine there. I'm guessing it's a problem with my bootstrap-sass or how I've set up my .scss files.
I tried rolling everything up in a single .scss file as discussed in Bootstrap Rails 4 sass layout not working but saw no change.
This is Rails 4.0.2, with gems sass-rails 4.0.3 and bootstrap-sass 3.1.1.1.
Bootply using the same body served from rails works: http://www.bootply.com/785c0msG86
Git repo demonstrating the issue: https://github.com/vt102/navbartest