• Stars
    star
    349
  • Rank 117,894 (Top 3 %)
  • Language
    Ruby
  • License
    MIT License
  • Created about 14 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lemonade is DEPRECATED now. Start using Compass Sprites.

Lemonade is deprecated

Lemonade was a cool way to create sprites. Now I merged Lemonade into Compass in v0.11 and redefined the API with Chris Eppstein. Even better, Scott Davis made some enhancements.

So thanks for all the buzz for Lemonade and take a look at our Compass Sprites implementation:

http://compass-style.org/help/tutorials/spriting/

Follow @hagenburger for updates.

Cheers,

Nico

Still need to use Lemonade?

Try to use an older implementation of ChunkyPNG if you get empty PNGs:

# Gemfile
gem 'lemonade'
gem 'chunky_png', '0.11.1'

You can find the old Lemonade code in the master branch