all repos — h3rald @ 298c41157dff4ff23b2468d5bec5de12c499a494

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