We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b89b666 + 07392bb commit 8cdafe7Copy full SHA for 8cdafe7
Makefile
@@ -73,9 +73,9 @@ lint: jquery
73
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
74
fi
75
76
-min: ${JQ_MIN}
+min: jquery ${JQ_MIN}
77
78
-${JQ_MIN}: jquery
+${JQ_MIN}: ${JQ}
79
@@if test ! -z ${JS_ENGINE}; then \
80
echo "Minifying jQuery" ${JQ_MIN}; \
81
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \
0 commit comments