# File lib/compass-rails/patches/4_0.rb, line 11 def cachebust_generated_images generated_images_path = Rails.root.join(Compass.configuration.generated_images_dir).to_s sprockets_entries = options[:sprockets][:environment].send(:trail).instance_variable_get(:@entries) sprockets_entries.delete(generated_images_path) if sprockets_entries.has_key? generated_images_path end
Generated with the Darkfish Rdoc Generator 2.