Disable building the lite and packed versions of jQuery by default (no longer needed).
This commit is contained in:
parent
d8b3bd700f
commit
b1a40c9bfd
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
|
||||||
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
|
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
|
||||||
REV=`svn info . | grep Rev: | 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."
|
@@echo "jQuery build complete."
|
||||||
|
|
||||||
${DIST_DIR}:
|
${DIST_DIR}:
|
||||||
|
|
Loading…
Reference in a new issue