public
Description: Next Vista for Learning
Homepage: http://www.nextvista.org/
Clone URL: git://github.com/dustin/nextvista.git
Smarter way to set up directories for cc.rb
dustin (author)
Mon May 05 00:26:56 -0700 2008
commit  7a13d9a1235363541acf9f5df3a05e0f515b8b19
tree    29d90584ceadbb3a5eef07a1c301bd578a5f2230
parent  d156c897db4aa7ab09839ad0dc882ed913a6f7c7
...
9
10
11
12
13
14
15
 
 
16
17
 
...
9
10
11
 
 
 
 
12
13
14
 
15
0
@@ -9,9 +9,7 @@ require 'rake/rdoctask'
0
 
0
 require 'tasks/rails'
0
 
0
-task :mkdirs do |t|
0
- mkdir 'log'
0
- mkdir 'tmp'
0
-end
0
+directory "log"
0
+directory "tmp"
0
 
0
-task :cruise => [:mkdirs, :test]
0
+task :cruise => [:log, :tmp, :test]

Comments

    No one has commented yet.