# File lib/staticmatic/mixins/build.rb, line 28
  def copy_file(from, to)
    FileUtils.cp(from, to)
  end