Hey Hans!
I was using your plugin, but felt the need of having the images CSS streamed, so I could use other plugins before saving the final CSS.
This implementation makes it possible by returning an extended object which contains the method images. This method accepts a callback, and invoke it passing the images CSS stream as a parameter.
I added also an option writeImagesFile, which when set to false, prevents the file to be written.
Hey Hans! I was using your plugin, but felt the need of having the images CSS streamed, so I could use other plugins before saving the final CSS. This implementation makes it possible by returning an extended object which contains the method images. This method accepts a callback, and invoke it passing the images CSS stream as a parameter. I added also an option writeImagesFile, which when set to false, prevents the file to be written.