From 13eed946d223a5c46d8857c74fd41efd9052ba01 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 22 Feb 2015 16:25:01 +0100 Subject: fix mobile.sh typo and add better info messages --- binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary.sh') diff --git a/binary.sh b/binary.sh index 74a8d62..9de5fa0 100755 --- a/binary.sh +++ b/binary.sh @@ -80,7 +80,7 @@ else fi # compress all js files -find . -name '*.js' | xargs -I {} uglifyjs {} -o {} -c +find . -name '*.js' | xargs -I {} uglifyjs {} -o {} -c 2> /dev/null # return to the directory where the script was called from cd "$scriptdir" -- cgit v1.3.1