1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Revert "support for rails w/compass"

This reverts commit 0cea6384c8.

I had not considered the side effect of loading all the compass setup,
since this will mean that Rails' asset-url is overridden, or some side
effect will come about as a result.
This commit is contained in:
Thomas McDonald 2012-04-08 20:17:26 +01:00
parent df308c1b3a
commit 60baf08a85

View file

@ -7,8 +7,7 @@ module Bootstrap
require 'sass-rails' # See: https://github.com/thomas-mcdonald/bootstrap-sass/pull/4
require 'bootstrap-sass/engine'
require 'bootstrap-sass/config/sass_extentions'
end
if compass?
elsif compass?
require 'bootstrap-sass/compass_extensions'
require 'bootstrap-sass/config/sass_extentions'
base = File.join(File.dirname(__FILE__), '..')