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

15 commits

Author SHA1 Message Date
Gleb Mazovetskiy
a1c5ec516b sass -> sassc
Fixes #1156
2018-12-14 12:16:04 +00:00
takiy33
f6ce89fffd Use #default_max_wait_time= instead of #default_wait_time= 2015-09-27 21:02:45 +09:00
Gleb Mazovetskiy
0e8e2600c1 rbx test/support require path 2014-09-03 01:51:54 +02:00
Gleb Mazovetskiy
ceb9c87a3c rbx require without extname 2014-09-03 00:16:29 +02:00
Gleb Mazovetskiy
fc8d477e88 travis 2014-09-03 00:11:32 +02:00
Gleb Mazovetskiy
6fe694cbd0 Port over fixes from branch next 2014-09-02 23:49:24 +02:00
Gleb Mazovetskiy
0d415362db Require the right test-unit 2014-06-24 04:21:14 +02:00
Gleb Mazovetskiy
0cbe7255b5 pure scss asset helpers, new paths 2014-06-24 03:08:13 +02:00
Gleb Mazovetskiy
b198b6c255 update test config 2014-06-16 22:40:40 +02:00
Gleb Mazovetskiy
01fb7a1db5 mv test/dummy test/dummy_rails 2014-03-26 08:57:15 +01:00
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