public
Fork of markbates/mack
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/juretta/mack.git
Search Repo:
mack / RakeFile
100644 7 lines (6 sloc) 0.243 kb
1
2
3
4
5
6
7
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require File.join("lib", "tasks", "rake_helpers.rb")
Dir.glob(File.join("tasks", "**/*.rake")).each {|r| load r}
Dir.glob(File.join("lib", "tasks", "**/*.rake")).each {|r| load r}