aslansky / css-sprite

css sprite generator
MIT License
733 stars 55 forks source link

[request] create a broccoli task #10

Closed bguiz closed 9 years ago

bguiz commented 10 years ago

css-sprite already has gulp and grunt tasks - could you please create a task for broccoli too?

aslansky commented 9 years ago

in sprity 1.0.0 external task are moved to there own modules. so if someone wants to write a broccoli task feel free to do it.

bguiz commented 9 years ago

Thanks for the update - is sprity the successor to this module, css-sprite?

aslansky commented 9 years ago

Yes it is. There where so many changes and I never liked the name css-sprite. So it was the right time for renaming.

bguiz commented 9 years ago

Any plans for sprity to support SVG sprites? I have had some requests to add that feature in one of my modules that wraps css-sprite, and it would be great if sprity was able to do this.

aslansky commented 9 years ago

Currently I personally have no plans for doing that. But thats why I rewrote css-sprite to be as modular as possible. So maybe somebody else wants to write an image processor / style processor that can handle svg.

By the way, if you just want to have svg as an input graphic for your png/jpg sprites you could try sprity-gm. As far as I remember GraphicsMagick is able to handle svgs.