Skip to content

Commit 51abb3d

Browse files
committed
Changing dependice order for minify to prevent reminify
unless jquery.js has been updated, no minification should occur closes: #8519
1 parent 0cf336d commit 51abb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ lint: jquery
7575
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
7676
fi
7777

78-
min: ${JQ_MIN}
78+
min: jquery ${JQ_MIN}
7979

80-
${JQ_MIN}: jquery
80+
${JQ_MIN}: ${JQ}
8181
@@if test ! -z ${JS_ENGINE}; then \
8282
echo "Minifying jQuery" ${JQ_MIN}; \
8383
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \

0 commit comments

Comments
 (0)