Skip to content

Instantly share code, notes, and snippets.

@kevin-smets
Last active October 13, 2017 06:45
Show Gist options
  • Save kevin-smets/247a98e40d23c26fb56d5741918d08a7 to your computer and use it in GitHub Desktop.
Save kevin-smets/247a98e40d23c26fb56d5741918d08a7 to your computer and use it in GitHub Desktop.
svgo all the things
# NO sudo
npm i -g svgo

# Go to a directory with svg's (also searches subdirectories)
find . -name '*.svg' -exec svgo -i {} \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment