class Middleman::DirectoryAction

def invoke!

def invoke!
  base.empty_directory given_destination, config
  super
end