class Middleman::Sitemap::Extensions::MoveFile

Manages the list of proxy configurations and manipulates the sitemap to include new resources based on those configurations

Constants

MoveFileDescriptor

Public Instance Methods

move_file(from, to) click to toggle source
# File lib/middleman-core/sitemap/extensions/move_file.rb, line 30
def move_file(from, to)
  MoveFileDescriptor.new(
    ::Middleman::Util.normalize_path(from),
    ::Middleman::Util.normalize_path(to)
  )
end