I use SASS + Compass to create sprites. The problem is that when I use the original configuration, the compass deletes the old version of the sprite after creating a new one, but if I add this line
generated_images_dir = "generated_images"
to config, the compass simply generates new sprites, but does not delete the old one.
http_path = "/" css_dir = "stylesheets" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" # generated_images_dir = "generated_images" generated_images_path = "generated_images"
MyMomSaysIamSpecial
source share