Open
Description
Hi there,
as discussed in Compass/compass-rails#17, it would be really helpful to implement a way to combine images from multiple folders to one single sprite.
This is helpful in situations where you can't afford any more http requests.
One possible way to solve this be a mixin for loading images where you can define the map to load them into, like
@load_sprite_images('folder/*.png', 'my-map');
@load_sprite_images('folder2/*.png', 'my-map');
another mixin to merge multiple maps into a single map would also be neat.