mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Changing dependice order for minify to prevent reminify
unless jquery.js has been updated, no minification should occur closes: #8519
This commit is contained in:
parent
0cf336d2c9
commit
51abb3dc07
4
Makefile
4
Makefile
@ -75,9 +75,9 @@ lint: jquery
|
|||||||
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
|
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
min: ${JQ_MIN}
|
min: jquery ${JQ_MIN}
|
||||||
|
|
||||||
${JQ_MIN}: jquery
|
${JQ_MIN}: ${JQ}
|
||||||
@@if test ! -z ${JS_ENGINE}; then \
|
@@if test ! -z ${JS_ENGINE}; then \
|
||||||
echo "Minifying jQuery" ${JQ_MIN}; \
|
echo "Minifying jQuery" ${JQ_MIN}; \
|
||||||
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \
|
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \
|
||||||
|
Loading…
Reference in New Issue
Block a user