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.
rubygem-sass/rubygem-sass-3.5.6-use-list...

16 lines
483 B

diff --git a/lib/sass/plugin/compiler.rb b/lib/sass/plugin/compiler.rb
index f3ae6e3d..3979bf30 100644
--- a/lib/sass/plugin/compiler.rb
+++ b/lib/sass/plugin/compiler.rb
@@ -377,8 +377,8 @@ module Sass::Plugin
# This is mocked out in compiler_test.rb.
def create_listener(*args, &block)
- require 'sass-listen'
- SassListen.to(*args, &block)
+ require 'listen'
+ Listen.to(*args, &block)
end
def remove_redundant_directories(directories)