Skip to content

Instantly share code, notes, and snippets.

@rewinfrey
Created October 5, 2012 23:33
Show Gist options
  • Save rewinfrey/3843070 to your computer and use it in GitHub Desktop.
Save rewinfrey/3843070 to your computer and use it in GitHub Desktop.
Rails Bootstrap Dropdown nav not working
Changing order of inclusions breaks development mode, so did not changed it.
Development mode without assets precompiled works fine.
Development mode with assets precompiled broken.
Production mode (assets precompiled of course) works fine.
Commenting-out config.assets.debug = true in config/environments/development.rb fixes development mode when assets precompiled.
The last thing looks very strange. Some black magic definitely involved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment