Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
You can't use bootstrap-sass without sass-rails, so you need to requi…
…re it (gemspec dependency are not automatically required). When used from an engine, this ended up in weird races conditions when sass-rails wasn't present in main_app's Gemfile (which requires it by default).


Should fix railsadminteam/rails_admin#759
  • Loading branch information
bbenezech committed Oct 12, 2011
1 parent 452e94c commit 533ece8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bootstrap-sass.rb
@@ -1,3 +1,5 @@
require 'sass-rails'

module Bootstrap
module Rails
class Engine < ::Rails::Engine
Expand Down

0 comments on commit 533ece8

Please sign in to comment.