X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Rakefile;h=d0d8f66a2421b261b0b339dd77156603952266a7;hb=8943b427f67766fd8d9e8a95b471ff4077213be2;hp=38406bdbb1c61cef820d03172516d674090fc350;hpb=cecd1d87350d0a5c07e2590cedbbda78ad7ae85f;p=jquery.git diff --git a/Rakefile b/Rakefile index 38406bd..d0d8f66 100644 --- a/Rakefile +++ b/Rakefile @@ -28,7 +28,7 @@ version = File.read( File.join( prefix, 'version.txt' ) ).strip # Build tools rhino = "java -jar #{build_dir}/js.jar" -minfier = "java -jar #{build_dir}/google-compiler-20091218.jar" +minfier = "java -jar #{build_dir}/google-compiler-20100917.jar" # Turn off output other than needed from `sh` and file commands verbose(false) @@ -135,4 +135,4 @@ def cat( files ) files.map do |file| File.read(file) end.join('') -end \ No newline at end of file +end