all repos — h3rald @ 602db5c59a42a8497d6c2563a2223cfd9b003cc2

The sources of https://h3rald.com

Rakefile

 1
 2
 3
 4
Dir['tasks/**/*.rake'].sort.each { |rakefile| load rakefile; puts rakefile }

task :default => [:copy_files] do
end