diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2011-12-15 10:11:24 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-12-15 10:11:24 -0500 |
commit | f724bc6c921378b82d9d6fa17329b6451fbb7a51 (patch) | |
tree | 3393f8413b8283d0759b2c64752b46ee9107eeaf /Makefile | |
parent | 4534db196bf9475c79f74d6b62ebc866c27d06d9 (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."; \ |