git_stats/lib/gitstats/assets.rb

5 lines
110 B
Ruby
Raw Normal View History

2012-10-08 18:21:42 +02:00
class GitStats::Assets
def self.prepare(out_path)
FileUtils.cp_r('templates/assets', out_path)
end
end