From: Jay Freeman (saurik) Date: Mon, 16 Nov 2009 21:47:03 +0000 (+0000) Subject: Added Microsoft Ajax Minifier to local test output. X-Git-Tag: v0.9.432~159 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/851e1aef5118e9c4d4759a6a08503d4e8768db2b Added Microsoft Ajax Minifier to local test output. --- diff --git a/makefile b/makefile index ed5ae28..87a397e 100644 --- a/makefile +++ b/makefile @@ -140,7 +140,7 @@ package: $(deb) test: $(deb) dpkg -i $(deb) if [[ -e target.cy ]]; then cycript -c target.cy && echo; fi - if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; ls -la jquery.{cyc,yui}.js{,.gz}; fi + if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; ls -la jquery.{cyc,mam,yui}.js{,.gz}; fi if [[ -e test.cy ]]; then cycript test.cy; fi .PHONY: all clean extra package control