# File lib/merb-assets/assets_mixin.rb, line 98
    def asset_exists?(asset_type, asset_path)
      File.exists?(Merb.root / asset_path(asset_type, asset_path, true))
    end