Search code examples
sasscompass-sasssprite

Sprite generation Compass/SASS


I'm using Compass Sprite helpers in a project which works great. However the generation of the sprite adds quite a few seconds to the project compile time and most of the time I do not need it regenerated.

Is there a way to turn off the sprite generation and get compass to use the last generated file?

I'm using CodeKit and I'll be easily confused by much talk of command line / Ruby!


Solution

  • It looks like a CodeKit issue which is getting fixed: https://github.com/bdkjones/CodeKit/issues/297

    Until then I am using a workaround detailed here.