haml-edge 2.3.234 → 2.3.235
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/plugin.rb +3 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.235
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.235
|
data/lib/sass/plugin.rb
CHANGED
|
@@ -295,7 +295,9 @@ module Sass
|
|
|
295
295
|
# As of FSSM 0.1.4, it doesn't support FSevents on individual files,
|
|
296
296
|
# but it also isn't smart enough to switch to polling itself.
|
|
297
297
|
require 'fssm/backends/polling'
|
|
298
|
-
|
|
298
|
+
Haml::Util.silence_warnings do
|
|
299
|
+
FSSM::Backends.const_set(:Default, FSSM::Backends::Polling)
|
|
300
|
+
end
|
|
299
301
|
end
|
|
300
302
|
|
|
301
303
|
# TODO: Keep better track of what depends on what
|