summaryrefslogtreecommitdiff
path: root/binary.sh
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-02-22 16:25:01 +0100
committerGubolin <gubolin@fantasymail.de>2015-02-22 16:25:01 +0100
commit13eed946d223a5c46d8857c74fd41efd9052ba01 (patch)
tree2568568950e2e3366b8555bd37a47f98989dfdb7 /binary.sh
parent82a9e40bf889099c92f7c7e1f246fe702710c818 (diff)
downloadsnap-13eed946d223a5c46d8857c74fd41efd9052ba01.tar.gz
snap-13eed946d223a5c46d8857c74fd41efd9052ba01.zip
fix mobile.sh typo and add better info messagesv0.1.1-alpha-android
Diffstat (limited to 'binary.sh')
-rwxr-xr-xbinary.sh2
1 files changed, 1 insertions, 1 deletions
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"