class Middleman::Sitemap::Extensions::MoveFile
to include new resources based on those configurations
Manages the list of proxy configurations and manipulates the sitemap
def move_file(from, to)
def move_file(from, to) MoveFileDescriptor.new( ::Middleman::Util.normalize_path(from), ::Middleman::Util.normalize_path(to) ) end