all repos — h3rald @ 0ca1b533096a6454f7373a2d200c74763f2db313

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