class Middleman::Templates::Default

def build_scaffold

def build_scaffold
  template "config.tt", File.join(location, "config.rb")
  template "config.ru", File.join(location, "config.ru")
  directory "source", File.join(location, "source")
  empty_directory File.join(location, "source", options[:css_dir])
  empty_directory File.join(location, "source", options[:js_dir])
  empty_directory File.join(location, "source", options[:images_dir])
end