Sublime Text 2 creating config.rb
compass-sass, sass, sublimetext2
Solution
OK - I think I solved it.
You (unfortunately) have to remove the 'LiveReload' package from Sublime. I can't tell you why it's causing the issue, but removing this package solved the problem for me. I even reinstalled it and the symptoms returned.
Edit: Opened an issue on LiveReload repo
Problem
Today, when saving an SCSS file, Sublime Text 2 (Windows) creates a `config.rb` in the same directory. Strangely enough, this never happened before. I already have a `config.rb` in the root of my project that I'm using with Compass so another one just messes things up. - What causes this and how can I avoid it? I have checked with Process Monitor, and it is `sublime_text.exe` that creates the file.