Skip to content

Commit 8576570

Browse files
committed
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.
1 parent ae772e7 commit 8576570

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version = File.read( File.join( prefix, 'version.txt' ) ).strip
2828

2929
# Build tools
3030
rhino = "java -jar #{build_dir}/js.jar"
31-
minfier = "java -jar #{build_dir}/google-compiler-20091218.jar"
31+
minfier = "java -jar #{build_dir}/google-compiler-20100917.jar"
3232

3333
# Turn off output other than needed from `sh` and file commands
3434
verbose(false)
@@ -135,4 +135,4 @@ def cat( files )
135135
files.map do |file|
136136
File.read(file)
137137
end.join('')
138-
end
138+
end

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<include name="jquery.js" />
9090
</fileset>
9191
<arg line="-jar" />
92-
<arg path="build/google-compiler-20091218.jar" />
92+
<arg path="build/google-compiler-20100917.jar" />
9393
<arg value="--warning_level" />
9494
<arg value="QUIET" />
9595
<arg value="--js_output_file" />

0 commit comments

Comments
 (0)