Homepage: first publish of a full set of parts for the server
[mwamko.git] / Rakefile
blob8b6d41a3034fd8d18454a3e3fc3698c8f25257a5
1 # Add your own tasks in files placed in lib/tasks ending in .rake,
2 # for example lib/tasks/capistrano.rake, and they will automatically 
3 # be available to Rake.
5 require(File.join(File.dirname(__FILE__), 'config', 'boot'))
7 require 'rake'
8 require 'rake/testtask'
9 require 'rake/rdoctask'
11 require 'tasks/rails'