orbit-basic/Rakefile

8 lines
271 B
Ruby
Raw Normal View History

2009-05-07 16:53:18 +00:00
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
2010-03-08 08:04:05 +00:00
require File.expand_path('../config/application', __FILE__)
2009-05-07 16:53:18 +00:00
require 'rake'
PrototypeR4::Application.load_tasks