Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.
This commit is contained in:
parent
ae772e7422
commit
8576570e6e
4
Rakefile
4
Rakefile
|
@ -28,7 +28,7 @@ version = File.read( File.join( prefix, 'version.txt' ) ).strip
|
||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
rhino = "java -jar #{build_dir}/js.jar"
|
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
|
# Turn off output other than needed from `sh` and file commands
|
||||||
verbose(false)
|
verbose(false)
|
||||||
|
@ -135,4 +135,4 @@ def cat( files )
|
||||||
files.map do |file|
|
files.map do |file|
|
||||||
File.read(file)
|
File.read(file)
|
||||||
end.join('')
|
end.join('')
|
||||||
end
|
end
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
<include name="jquery.js" />
|
<include name="jquery.js" />
|
||||||
</fileset>
|
</fileset>
|
||||||
<arg line="-jar" />
|
<arg line="-jar" />
|
||||||
<arg path="build/google-compiler-20091218.jar" />
|
<arg path="build/google-compiler-20100917.jar" />
|
||||||
<arg value="--warning_level" />
|
<arg value="--warning_level" />
|
||||||
<arg value="QUIET" />
|
<arg value="QUIET" />
|
||||||
<arg value="--js_output_file" />
|
<arg value="--js_output_file" />
|
||||||
|
|
Loading…
Reference in a new issue