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
(parent:
d8b3bd7
)
Disable building the lite and packed versions of jQuery by default (no longer needed).
author
John Resig
<jeresig@gmail.com>
Tue, 17 Feb 2009 21:56:13 +0000
(21:56 +0000)
committer
John Resig
<jeresig@gmail.com>
Tue, 17 Feb 2009 21:56:13 +0000
(21:56 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8363be0
..
4d17f00
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-55,7
+55,7
@@
MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
REV=`svn info . | grep Rev: | sed 's/.*: //g'`
-all: jquery lite min pack speed
+all: jquery min speed
@@echo "jQuery build complete."
${DIST_DIR}: