public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
technoweenie (author)
Wed Dec 28 17:56:16 -0800 2005
commit  f58fd643948bc8432313929a25483e8453ac5bfe
tree    3adb1dd24fa08fcebedb8d6ca9907fb3858d2776
mephisto / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'