all repos — h3rald @ 368ff626d4588829864c756ed37a83a831bd54a6

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