Last active
August 29, 2015 13:56
-
-
Save lukaswelte/8861418 to your computer and use it in GitHub Desktop.
Run Script to optimize the images with ImageAlpha and ImageOptim using https://github.com/JamieMason/ImageOptim-CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "${CONFIGURATION}" = "Release" ]; then | |
.${SRCROOT}/optimizeImages.sh ${SRCROOT} | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
imageOptim -a -d "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now it's not working..