Accidentally removed the init from the Makefile selector build.
This commit is contained in:
parent
7afe6dcc08
commit
c320e4f3c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ ${JQ}: ${MODULES}
|
|||
sed 's/Date:./&'"${DATE}"'/' | \
|
||||
${VER} > ${JQ};
|
||||
|
||||
selector:
|
||||
selector: init
|
||||
@@echo "Building selector code from Sizzle"
|
||||
@@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue