Don't skip image optimization.

This commit is contained in:
Guillaume BIENKOWSKI 2013-10-15 10:40:32 +02:00
parent 1217a57126
commit 7793c638e9

View file

@ -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)