# File lib/sprockets/mime.rb, line 23
      def extension_for_mime_type(type)
        mime_types.index(type)
      end