root/trunk/lib/tasks.rb
| Revision 401, 218 bytes (checked in by e.@brainspl.at, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | $VERBOSE = nil |
| 2 | |
| 3 | # Load Merb rakefile extensions |
| 4 | Dir["#{File.dirname(__FILE__)}/tasks/**/*.rake"].each { |ext| load ext } |
| 5 | |
| 6 | # Load any custom rakefile extensions |
| 7 | Dir["./lib/tasks/**/*.rake"].sort.each { |ext| load ext } |
Note: See TracBrowser for help on using the browser.
