Skip to content

Commit

Permalink
Fix load sass_extentions in assets precompilation and compass
Browse files Browse the repository at this point in the history
  • Loading branch information
juggy committed Mar 14, 2012
1 parent f71cf6e commit e8025d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 2 additions & 0 deletions lib/bootstrap-sass.rb
Expand Up @@ -6,8 +6,10 @@ def self.load!
if rails?
require 'sass-rails' # See: https://github.com/thomas-mcdonald/bootstrap-sass/pull/4
require 'bootstrap-sass/engine'
require 'bootstrap-sass/config/sass_extentions'
elsif compass?
require 'bootstrap-sass/compass_extensions'
require 'bootstrap-sass/config/sass_extentions'
base = File.join(File.dirname(__FILE__), '..')
styles = File.join(base, 'vendor', 'assets', 'stylesheets')
templates = File.join(base, 'templates')
Expand Down
14 changes: 0 additions & 14 deletions lib/bootstrap-sass/config/sass-ie_hex_str.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/bootstrap-sass/engine.rb
Expand Up @@ -3,7 +3,7 @@ module Rails
class Engine < ::Rails::Engine
# Rails, will you please look in our vendor? kthx
# also add our initializer.
paths["config/initializers"] << 'lib/bootstrap-sass/config'
# paths["config/initializers"] << 'lib/bootstrap-sass/config'
end
end
end

0 comments on commit e8025d3

Please sign in to comment.