I am using SASS+Compass now for sprite generation The problem is when i am using original config, compass is removing old version of sprite after generating new one, but if i ll add this line
generated_images_dir = "generated_images"
to config, compass is just generating new sprites, but not removing 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"
generated_images_dirorgenerated_images_path? Your first piece of code suggests you're using dir, but the second piece of code says path. – cimmanon Jan 11 at 13:54