all repos — h3rald @ bdc5538e007cdcac1df6fea4f967c634728e64b7

The sources of https://h3rald.com

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