all repos — h3rald @ bdc5538e007cdcac1df6fea4f967c634728e64b7

The source code of the h3rald.com web site.

Rakefile

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

task :default do
  puts 'This is an example rake task.'
end