diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-02-22 16:25:01 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-02-22 16:25:01 +0100 |
| commit | 13eed946d223a5c46d8857c74fd41efd9052ba01 (patch) | |
| tree | 2568568950e2e3366b8555bd37a47f98989dfdb7 /binary.sh | |
| parent | 82a9e40bf889099c92f7c7e1f246fe702710c818 (diff) | |
| download | snap-0.1.1-alpha-android.tar.gz snap-0.1.1-alpha-android.zip | |
fix mobile.sh typo and add better info messagesv0.1.1-alpha-android
Diffstat (limited to 'binary.sh')
| -rwxr-xr-x | binary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
