Project

lemonade

0.12
No commit activity in last 3 years
No release in over 3 years
Generates sprites on the fly by using `background: sprite-image("sprites/logo.png")`. No Photoshop, no RMagick, no Rake task, save your time and have a lemonade.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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