From 7793c638e99dac7fb6a61db1e74511cde7b4b008 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 15 Oct 2013 10:40:32 +0200 Subject: [PATCH] Don't skip image optimization. --- ImageOptim.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ImageOptim.sh b/ImageOptim.sh index d67f4030b..6e054affa 100755 --- a/ImageOptim.sh +++ b/ImageOptim.sh @@ -18,8 +18,6 @@ for i in $CMDS; do command -v $i > /dev/null && continue || { echo "$i command not found"; exit 1; } done -exit 0 - DIR=${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH} PNGS=$(find $DIR -type f -name *.png)