lib/sass/globbing/monkey_patches.rb in sass-globbing-1.0.0 vs lib/sass/globbing/monkey_patches.rb in sass-globbing-1.1.0.pre.0
- old
+ new
@@ -4,9 +4,9 @@
alias old_initialize initialize
def initialize(template, options={})
old_initialize(template, options)
unless self.options[:load_paths].include?(Sass::Globbing::Importer.instance)
- self.options[:load_paths].unshift Sass::Globbing::Importer.instance
+ self.options[:load_paths].push Sass::Globbing::Importer.instance
end
end
-end
\ No newline at end of file
+end