Sha256: 59bfa28c2f271b2d606cfc104008ee71cacf300979dc9d17e494fc3acf345144
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
require 'sass' class Sass::Engine alias old_initialize initialize def initialize(template, options={}) old_initialize(template, options) self.options[:load_paths].delete(Sass::Globbing::Importer.instance) # in case it's there self.options[:load_paths] << Sass::Globbing::Importer.instance end end
Version data entries
6 entries across 6 versions & 2 rubygems