class Sprockets::Environment

def find_all(location)

def find_all(location)
  load_path.map { |pathname| pathname.find(location) }.compact
end