I"m not sure what's happening, but when I save my file and it is generated by compass I get comment above each declaration indicating which line of the sass file it is i.e:
/* line 55, ../sass/app.scss */
Also - in the config.rb I have
output_style = :compressed
but the output is expanded.
Any idea what might be causing it?