git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ae772e7
)
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks...
author
John Resig
<jeresig@gmail.com>
Thu, 14 Oct 2010 20:57:12 +0000
(16:57 -0400)
committer
John Resig
<jeresig@gmail.com>
Thu, 14 Oct 2010 20:57:12 +0000
(16:57 -0400)
Rakefile
patch
|
blob
|
history
build.xml
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index
38406bd
..
d0d8f66
100644
(file)
--- 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"
# 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)
# 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('')
files.map do |file|
File.read(file)
end.join('')
-end
\ No newline at end of file
+end
diff --git
a/build.xml
b/build.xml
index
e91cdd1
..
c6be9f9
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-89,7
+89,7
@@
<include name="jquery.js" />
</fileset>
<arg line="-jar" />
<include name="jquery.js" />
</fileset>
<arg line="-jar" />
- <arg path="build/google-compiler-20091218.jar" />
+ <arg path="build/google-compiler-20100917.jar" />
<arg value="--warning_level" />
<arg value="QUIET" />
<arg value="--js_output_file" />
<arg value="--warning_level" />
<arg value="QUIET" />
<arg value="--js_output_file" />