From the docs I see you can change the location of the cache for SASS.
However, I am not sure of the exact syntax to use. I have a Zurb Foundation project and with that comes a config.rb file. I assume that is what needs to be updated to change the location of the cached files.
What is the proper setting that needs to be placed into this file to move the cache? I would like for it to reside at c:\temp (I am in a Windows environment).
Just add this lines (or add
:cache_pathto your actualsass_options):