bootstrap-sass/lib
Tristan Harward 3e40c4caea Provide image_path that works with Sprockets
Prior to this, functions in sprockets-sass conflicted with ours and caused an infinite loop and StackError. This fixes thomas-mcdonald/bootstrap-sass#257

Note that Sprockets' asset_path requires configuration if it's not already configured by your framework. For example, in a simple Rack app, add the following to your config.ru:

environment.context_class.class_eval do
  def asset_path(path, options = {})
    "/assets/#{path}"
  end
end
2013-03-21 13:06:19 -04:00
..
bootstrap-sass Provide image_path that works with Sprockets 2013-03-21 13:06:19 -04:00
bootstrap-sass.rb Reorganize loader for compass support 2013-03-21 11:26:25 -04:00