all repos — h3rald @ 49dc2f145f6def0a67efd0bd444bd837f99cb4ce

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