Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created September 19, 2017 12:12
Show Gist options
  • Select an option

  • Save ducksoupdev/4e284d5b369546939c1f5efbb8a462ef to your computer and use it in GitHub Desktop.

Select an option

Save ducksoupdev/4e284d5b369546939c1f5efbb8a462ef to your computer and use it in GitHub Desktop.
Bundle SVG with NPM
{
"bundle-svg": "svg-sprite --symbol --svg-xmldecl=false --svg-doctype=false --symbol-dest=. --symbol-sprite=edit.bundle.svg --symbol-inline=true --dest=src/img src/img/inline-svg/*.svg",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment