I jumped into SASS tonight and I'm using Sublime Text 2 with SASS Build and SublimeOnSaveBuild. After much searching, I still cannot find how to specify a different output directory. I basically have a CSS/ directory and a SCSS/ directory which contains all of my SASS files. I want to output to ../CSS. I think it involves modifying the Package Setting file in Sublime. Here is the default preferences file:
{ "filename_filter": "\.(css|js|sass|less|scss)$", "build_on_save": 1 }
I believe the "build" or "output" path goes there but I'm just not sure. Thanks in advance.