diff options
author | Douglas Neiner <doug@pixelgraphics.us> | 2010-06-14 11:17:13 -0400 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-19 22:29:49 -0700 |
commit | 4e337f504e623646f36785b25222b7f7392fbd46 (patch) | |
tree | f5e0cfc7ad670301c900c89e7029b5304bcb2f41 /Rakefile | |
parent | ab2537a7ec3c856df1a6192ff72e556c4a22db0e (diff) | |
download | jquery-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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |