Skip to content

Commit b1a40c9

Browse files
committed
Disable building the lite and packed versions of jQuery by default (no longer needed).
1 parent d8b3bd7 commit b1a40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
5555
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
5656
REV=`svn info . | grep Rev: | sed 's/.*: //g'`
5757

58-
all: jquery lite min pack speed
58+
all: jquery min speed
5959
@@echo "jQuery build complete."
6060

6161
${DIST_DIR}:

0 commit comments

Comments
 (0)