I start SASS chat from the windows command prompt. And the FireFox Developer Toolbar (using Show Sources) to see .scss files.
Everything works fine, but I realized that an additional final line was added to my last output .css file, for example:
/*
As in my company, I cannot leave this comment I would like to know. If I need to manually delete it every time or there is a way to automatically delete it when I stop SASS Watch.
The problem, besides manually deleting the line, is that I work with Git for version control, so just by running SASS (--sass watch ...), my .css file will appear as Modified with Git when an extra line is added ( and therefore it is displayed in files to be committed)
source share