2009-05-22 14:13:46 +02: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-09-17 17:57:33 +02:00
|
|
|
require File.expand_path('../config/application', __FILE__)
|
2009-05-22 14:13:46 +02:00
|
|
|
require 'rake'
|
|
|
|
|
2012-07-24 23:26:16 +02:00
|
|
|
Photomix::Application.load_tasks
|