git_stats/lib/gitstats/assets.rb
2012-10-08 18:21:42 +02:00

5 lines
110 B
Ruby

class GitStats::Assets
def self.prepare(out_path)
FileUtils.cp_r('templates/assets', out_path)
end
end