all repos — h3rald @ 368ff626d4588829864c756ed37a83a831bd54a6

The source code of the h3rald.com web site.

Rakefile

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

task :default => [:copy_files] do
end