Edits to README after Karl's review
[jquery.git] / Rakefile
index 74acf42..100bd1f 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -34,7 +34,7 @@ minfier    = "java -jar #{build_dir}/google-compiler-20091218.jar"
 verbose(false) 
 
 # Tasks
-task :default => "jquery"
+task :default => "all"
 
 desc "Builds jQuery; Tests with JSLint; Minifies jQuery"
 task :all => [:jquery, :lint, :min] do
@@ -126,7 +126,7 @@ file sizzle do
 end
 
 file qunit do
-  puts "Retrieving QUnity from Github..."
+  puts "Retrieving QUnit from Github..."
   sh "git clone git://github.com/jquery/qunit.git #{qunit_dir}"
 end