Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created February 27, 2016 20:33
Show Gist options
  • Save AndrejGajdos/39b04083ef76c8fcb85e to your computer and use it in GitHub Desktop.
Save AndrejGajdos/39b04083ef76c8fcb85e to your computer and use it in GitHub Desktop.
Config file for a gulp task to convert SVG Sprite into PNG images
{
"image": {
"color": "#BFBFBF",
"width": 36,
"height": 36
},
"paths": {
"svg_sprite": "./src/icons.svg"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment