Skip to content
  • Benjamin Neff's avatar
    Workaround for bootstrap-sass · b203862c
    Benjamin Neff authored
    The change in assets.rb should be enough, but it doesn't work, because
    sprockets `after_initialize` runs before it and initializes sprockets
    with unfiltered paths.
    
    But the trick with the underscore works, because bootstrap-sass has
    named the file `_bootstrap.scss`, and rails-assets-bootstrap has
    `bootstrap.scss`, so with `_bootstrap` it uses the correct bootstrap.
    b203862c