]> git.saurik.com Git - cycript.git/commitdiff
Added Microsoft Ajax Minifier to local test output.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Nov 2009 21:47:03 +0000 (21:47 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Nov 2009 21:47:03 +0000 (21:47 +0000)
makefile

index ed5ae2869d4d016b8ebfa41022c2e93120320b8a..87a397ef892f372fc63959dea4f23861db68b1ec 100644 (file)
--- 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