Ok, here is what I want:
- I write .scss files, not .sass files
- On saving the file, I get the corresponding .css file in the same folder
Now there are plenty of SASS plugins on Sublime Text2 but none seems to provide anything beyond syntax highlighting for me.
Any suggestions on how to get auto-compiling working on Sublime Text2.
I didn’t find any existing plugins that did this, so here it is:
Assuming you’ve installed the SCSS plugin from Package Control, you can save this as Packages/User/SCSS.py.
Of course, this would be better as an official Package Control plugin with user configurable settings (where to save files, on/off, etc), but this meets your requirements and doesn’t block the editor.