aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorDouglas Neiner <doug@pixelgraphics.us>2010-06-14 11:17:13 -0400
committerwycats <wycats@gmail.com>2010-06-19 22:29:49 -0700
commit4e337f504e623646f36785b25222b7f7392fbd46 (patch)
treef5e0cfc7ad670301c900c89e7029b5304bcb2f41 /Rakefile
parentab2537a7ec3c856df1a6192ff72e556c4a22db0e (diff)
downloadjquery-4e337f504e623646f36785b25222b7f7392fbd46.tar.gz
jquery-4e337f504e623646f36785b25222b7f7392fbd46.zip
Updated README file with updated information for the Rake addtions
Also changed the default Rake task to "all" instead of "jquery" to parallel the Makefile.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 790b5f3f0..100bd1f0f 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