Skip to content

Instantly share code, notes, and snippets.

@kepek
Created March 12, 2017 07:26
Show Gist options
  • Save kepek/7f1e0268dcab2648fd55bd9e6c0d06a0 to your computer and use it in GitHub Desktop.
Save kepek/7f1e0268dcab2648fd55bd9e6c0d06a0 to your computer and use it in GitHub Desktop.
Optimize svg files.
#!/bin/sh
for f in ./images/**/*.svg; do
svgo $f $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment