diff options
author | John Resig <jeresig@gmail.com> | 2010-10-14 16:57:12 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-10-14 16:57:12 -0400 |
commit | 8576570e6e5f2ebd95c49a66848f066dcf99d673 (patch) | |
tree | 4759b978f306354269367d1d2e482d8f75d3ddfb /Rakefile | |
parent | ae772e742295591678ee53c89e5132df817c4606 (diff) | |
download | jquery-8576570e6e5f2ebd95c49a66848f066dcf99d673.tar.gz jquery-8576570e6e5f2ebd95c49a66848f066dcf99d673.zip |
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |