virtualfunction / typeface
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
eeca4aa
Jase (author)
Fri Aug 29 02:42:14 -0700 2008
commit eeca4aab9ee96fd2c546cdc9a4425dcd2e6b8ba6
tree 3ca6b591ed59271cac33bb504b563da4a480979c
parent 6b60ec70949c8e1473f47052dca7cb730711deb4
tree 3ca6b591ed59271cac33bb504b563da4a480979c
parent 6b60ec70949c8e1473f47052dca7cb730711deb4
typeface / Rakefile
| 4cca1f68 » | Jase | 2008-06-16 | 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 be available to Rake. | ||||
| 3 | |||||
| 4 | require(File.join(File.dirname(__FILE__), 'config', 'boot')) | ||||
| 5 | |||||
| 6 | require 'rake' | ||||
| 7 | require 'rake/testtask' | ||||
| 8 | require 'rake/rdoctask' | ||||
| 9 | |||||
| 10 | require 'tasks/rails' | ||||

