Commit Graph

8 Commits

Author SHA1 Message Date
Peter Gumeson 49811fb945 Ported converter rake task from compass-twitter-bootstrap gem. 2013-05-23 14:51:56 -07:00
Thomas McDonald 52b7f4869a Merge branch 'master' into 3
Merge updates from master since I started working on 3.
2013-04-13 16:16:40 +01:00
Thomas McDonald 0f144a11d0 Update to a working copy of 3-wip 2013-04-13 15:59:28 +01: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 c53b325b32 Update rake:debug with file locations 2013-01-20 14:48:46 +00:00
Thomas McDonald bc90e37c6c Alter rake debug to compile bootstrap-responsive 2012-06-04 11:34:57 +01:00
Thomas McDonald 931fbc67b4 Add rake:debug task to quickly build the CSS
Previously to ensure that changes have been working it was required to
build the gem and then push it to a sample application (e.g. Rails &
Compass).

The rake:debug task uses plain Sass - as we do for testing, and creates
the file 'debug.css' without having to rebuild the Gem and fire up an
application.
2012-05-12 08:24:22 +01:00
Thomas McDonald ff71c5f2aa add tests to check for compilation errors with Sass 2012-05-06 19:50:46 +01:00