# Load all Rake tasks
APP_ROOT = File.expand_path(File.dirname("."))

Dir.glob("lib/tasks/*.rake").each { |r| load r }

require "standard/rake"
