Skip to content

Instantly share code, notes, and snippets.

@lukaswelte
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaswelte/8861418 to your computer and use it in GitHub Desktop.
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
if [ "${CONFIGURATION}" = "Release" ]; then
.${SRCROOT}/optimizeImages.sh ${SRCROOT}
fi
#!/bin/sh
imageOptim -a -d "$1"
@lukaswelte
Copy link
Author

For now it's not working..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment