Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created October 31, 2014 16:37
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 madrobby/b29a29f48597b740f918 to your computer and use it in GitHub Desktop.
Save madrobby/b29a29f48597b740f918 to your computer and use it in GitHub Desktop.
#!/bin/sh
# This requires "imagemin", install via:
# npm install --global imagemin
echo "Cleaning up..."
rm -rf build
mkdir build
echo "Optimizing SVG..."
imagemin *.svg ../public/images/icons
ruby ./generate_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment