sass 3.1.0.alpha.30 → 3.1.0.alpha.31
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/plugin/rails.rb +3 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.0.alpha.
|
1
|
+
3.1.0.alpha.31
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.0.alpha.
|
1
|
+
3.1.0.alpha.31
|
data/lib/sass/plugin/rails.rb
CHANGED
@@ -18,7 +18,9 @@ unless defined?(Sass::RAILS_LOADED)
|
|
18
18
|
|
19
19
|
Sass::Plugin.options.reverse_merge!(Sass::Plugin.default_options)
|
20
20
|
|
21
|
-
|
21
|
+
# Disable this for now, until we figure out how to get Rails
|
22
|
+
# to pass in the view.
|
23
|
+
if false #Sass::Util.ap_geq?('3.1.0.beta')
|
22
24
|
require 'sass/importers/rails'
|
23
25
|
class Sass::Plugin::TemplateHandler
|
24
26
|
attr_reader :syntax
|