aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-12-15 10:11:24 -0500
committertimmywil <timmywillisn@gmail.com>2011-12-15 10:11:24 -0500
commitf724bc6c921378b82d9d6fa17329b6451fbb7a51 (patch)
tree3393f8413b8283d0759b2c64752b46ee9107eeaf /Makefile
parent4534db196bf9475c79f74d6b62ebc866c27d06d9 (diff)
downloadjquery-f724bc6c921378b82d9d6fa17329b6451fbb7a51.tar.gz
jquery-f724bc6c921378b82d9d6fa17329b6451fbb7a51.zip
Reformat jshint errors to be readable; make post-compile.js write directly to jquery.min.js; update required Node version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8e039d63..3d8566abf 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ ${JQ_MIN}: ${JQ}
@@if test ! -z ${JS_ENGINE}; then \
echo "Minifying jQuery" ${JQ_MIN}; \
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \
- ${POST_COMPILER} ${JQ_MIN}.tmp > ${JQ_MIN}; \
+ ${POST_COMPILER} ${JQ_MIN}.tmp; \
rm -f ${JQ_MIN}.tmp; \
else \
echo "You must have NodeJS installed in order to minify jQuery."; \