mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fixed a problem with the Makefile, fx wasn't being included in the build.
This commit is contained in:
parent
4434b5ae65
commit
5c9fadbc5d
5
Makefile
5
Makefile
@ -10,9 +10,8 @@ PLUG_DIR = ../plugins
|
||||
BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
|
||||
${SRC_DIR}/selector/selector.js\
|
||||
${SRC_DIR}/event/event.js\
|
||||
${SRC_DIR}/ajax/ajax.js
|
||||
#${SRC_DIR}/fx/fx.js\
|
||||
#${SRC_DIR}/ajax/ajax.js
|
||||
${SRC_DIR}/ajax/ajax.js\
|
||||
${SRC_DIR}/fx/fx.js
|
||||
|
||||
PLUGINS = ${PLUG_DIR}/button/*\
|
||||
${PLUG_DIR}/center/*\
|
||||
|
Loading…
Reference in New Issue
Block a user