Skip to content

Instantly share code, notes, and snippets.

@tobiastom
Created February 22, 2014 16:55
Show Gist options
  • Select an option

  • Save tobiastom/9157989 to your computer and use it in GitHub Desktop.

Select an option

Save tobiastom/9157989 to your computer and use it in GitHub Desktop.

Konfiguration:

default: {
	src: 'Assets/SVGs/',
	dest: 'Public/asset',
},
		
options: {
	spritedir: null,
	render: {
		css: false,
		less: 'Public/Less/Sprite.less'
	}
}

Ergebnis

✔ …/Public/asset/sprite.svg (49628 bytes)
✔ …/Public/asset/Public/Less/Sprite.less

Gewünschtes Ergebnis

  • Assets/SVGs/ -- Alle SVG Dateien
  • Public/Less/Sprite.less – Die Less Datei die aus dem Template erzeugt wird
  • Public/asset/sprite.svg - Die SVG Sprite Datei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment