Live data from Hacker News

Glue is a simple command line tool to generate CSS sprites

github.com

1–10 of 34 posts

Re: Glue is a simple command line tool to generate CSS sprites

#2
Checking it out.

This should be interesting. CSS Spriting was made way manageable with Lemon, a Compass plugin which later became part of Compass Sprite.

The few limitations on the part of Compass Sprite, had always let me do my own sprite, I usually like those tightly packed image sprites.

Re: Glue is a simple command line tool to generate CSS sprites

#9

How is it compared to http://csssprites.org/ ?

Where Glue generates the CSS for you, csssprites seems to expect you to first add all the sprites as backgrounds to the CSS rules you want to use, and then annotate them with comments and then process your CSS to replace those rules with suitable rules.

Glue on the other hand generates the CSS for you, but expect you add a CSS class to the elements that should contain the sprites (or you can modify the generated CSS of course).

Post reply on HN