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.
This commit is contained in:
Douglas Neiner 2010-06-14 11:17:13 -04:00 committed by wycats
parent ab2537a7ec
commit 4e337f504e
2 changed files with 45 additions and 18 deletions

View file

@ -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