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.
I have checked with Process Monitor, and it is sublime_text.exe
that creates the file.
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.