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

5 commits

Author SHA1 Message Date
Gleb Mazovetskiy
c58415eef0 Sass-only support 2013-11-14 21:55:26 +01:00
Gleb Mazovetskiy
204489259b dummy app 2013-09-09 20:58:45 +02:00
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
Thomas McDonald
2a9d9bf4fb Register the rails engine when using Rails w/Compass
This means that the javascripts will still be available through the
asset pipeline.
2012-05-11 14:39:47 +01:00
Thomas McDonald
ff71c5f2aa add tests to check for compilation errors with Sass 2012-05-06 19:50:46 +01:00