module Sprockets::Mime

def extname_map

def extname_map
  self.computed_config[:_extnames] ||= compute_extname_map
end