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.1.4-fix-util...

11 lines
352 B

--- lib/sass/plugin/compiler.rb.orig 2011-07-22 11:14:18.908146980 -0400
+++ lib/sass/plugin/compiler.rb 2011-07-22 11:14:31.275241499 -0400
@@ -1,6 +1,7 @@
require 'fileutils'
require 'sass'
+require 'sass/util'
# XXX CE: is this still necessary now that we have the compiler class?
require 'sass/callbacks'
require 'sass/plugin/configuration'