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

21 commits

Author SHA1 Message Date
Gleb Mazovetskiy
097aa2b8d9 travis: compass 0.13+ requirement for sass 3.3+ 2013-10-17 00:31:23 +02:00
Gleb Mazovetskiy
2fcd8a4258 travis: sass 3.3.0.rc.1 2013-10-16 23:46:12 +02:00
Gleb Mazovetskiy
91097c6853 travis: add 3.3 gemfile, fix 3.2 to point to 3.2.0 <= version < 3.3 2013-10-16 22:41:29 +02:00
Gleb Mazovetskiy
e0502c9177 Create compass_test.rb 2013-10-16 22:20:30 +02:00
Gleb Mazovetskiy
cca6f5e121 clear cache before running 2013-09-10 18:01:56 +02:00
Thomas McDonald
852737b40c Ignore the dummy application test log 2013-09-09 21:02:37 +01:00
Gleb Mazovetskiy
204489259b dummy app 2013-09-09 20:58:45 +02:00
Gleb Mazovetskiy
089174049c converter: cache files, understand in-file mixin definitinos 2013-08-18 23:00:27 +02: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
fdf5e92ac2 Fix tests lazily
This wants taking out of the array, both here and in the Rakefile
2013-04-13 16:00:54 +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
Timo Schilling
ff67fb58ff use simple github notation in sass_head.gemfile 2013-01-11 03:34:30 +01:00
Tristan Harward
331b98a607 Fix import in the test 2012-11-05 08:05:56 -05:00
Tristan Harward
df4c203cbb Added sass_3_2 gem assertion 2012-11-01 09:57:30 -04:00
Tristan Harward
b9a7405f42 Update test to adhere to sass 3.2 dependency 2012-11-01 09:53:00 -04:00
Tristan Harward
776583f08e Merged in twitter-bootstrap-sass 2.2.1 and removed old files. 2012-11-01 08:49:43 -04:00
Thomas McDonald
349cd8ed4e update tests to compile bootstrap-responsive 2012-06-04 11:45:25 +01: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
1b1881bb47 fix gemspec location
that's what you get from copy and paste.
2012-05-06 19:53:58 +01:00
Thomas McDonald
e128a5d16c add support for travis-ci
as per usual, this is probably broken.
2012-05-06 19:51:07 +01:00
Thomas McDonald
ff71c5f2aa add tests to check for compilation errors with Sass 2012-05-06 19:50:46 +01:00