You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
788 B
25 lines
788 B
Index: lib/haml/util.rb |
|
--- lib/haml/util.rb.orig 2011-11-28 22:16:10.000000000 +0100 |
|
+++ lib/haml/util.rb 2012-03-04 10:29:06.000000000 +0100 |
|
@@ -354,11 +354,6 @@ |
|
end |
|
|
|
unless loaded |
|
- haml_warn(<<WARNING) |
|
-Sass is in the process of being separated from Haml, |
|
-and will no longer be bundled at all in Haml 3.2.0. |
|
-Please install the 'sass' gem if you want to use Sass. |
|
-WARNING |
|
$".delete('sass/version') |
|
$LOAD_PATH.unshift(scope("vendor/sass/lib")) |
|
end |
|
Index: lib/sass.rb |
|
--- lib/sass.rb.orig 2011-11-22 21:49:38.000000000 +0100 |
|
+++ lib/sass.rb 2012-03-04 10:28:33.000000000 +0100 |
|
@@ -4,5 +4,5 @@ |
|
require 'haml' |
|
|
|
unless Haml::Util.try_sass |
|
- load Haml::Util.scope('vendor/sass/lib/sass.rb') |
|
+ load Haml::Util.scope('sass/sass.rb') |
|
end
|
|
|