Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize svgs #119

Open
derhuerst opened this issue Sep 21, 2016 · 1 comment
Open

optimize svgs #119

derhuerst opened this issue Sep 21, 2016 · 1 comment

Comments

@derhuerst
Copy link

derhuerst commented Sep 21, 2016

Optimizing the SVGs using svgo has lots of benefits:

  • smaller file size, mostly by removing unnecessary digits after comma
  • no vendor-specific stuff (Inkscape, Illustrator noise) anymore
  • unified style via pretty option

I'd be happy to submit a PR that extends the build command. One has to be careful with svgo though, as it (very rarely) removes stuff that has a visual impact.

@derhuerst
Copy link
Author

thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant