# File lib/jammit/compressor.rb, line 238
    def mime_type(asset_path)
      EMBED_MIME_TYPES[File.extname(asset_path)]
    end