svg-sprite / gulp-svg-sprite

SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
MIT License
647 stars 43 forks source link

gulp svg sprite not generating #44

Closed qasimalyas closed 8 years ago

qasimalyas commented 8 years ago

Hello,

I just setup a local project and was trying to get the gulp-svg-sprite plugin to work but i'm having some problems.

I have a gulpfile with a basic example taken from the homepage and it just doesn't do anything. The task itself starts and finishes but nothing gets generated.

If i use the original svg-sprite plugin and run the cli svg-sprite --css --css-render-css --dest=out *.svg it works fine and does what i expect but my gulp example - which is taken from the main page does nothing.

I've put my example on github, can someone care to look at this and explain what could be the problem?

qasimalyas commented 8 years ago

Its working now. Not sure what it was because i didn't change a thing. Closing issue.

jkphl commented 8 years ago

Im happy you could solve it yourself, @qasimalyas!