X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Rakefile;h=100bd1f0f5a03c828eb329dadcf5b92a35f2af66;hb=e61d7d12e2e4c93e834e71aa6b3bd8b410a9dce6;hp=74acf423293c82a93d8d75781da8c0cd0f01811c;hpb=ad849eb5a46d284caf8305f8f720169d4192a3ed;p=jquery.git diff --git a/Rakefile b/Rakefile index 74acf42..100bd1f 100644 --- 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