all repos — h3rald @ 50e9292b7c75ad4a14dfd7df053c75b884695f75

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