So I’m on a Mac and I’ve been using ExpanDrive to edit my templates (stored as files on my SFTP-accessible server) with my preferred software. This lets me use other software as if I were using Coda - and it’s better, to me, because I much prefer CSSEdit and TextMate to Coda. Much better. There’s even a TextMate bundle for working with EE templates!
It’s the way to go.
However, all the CSS files end up being stored as something like site_css.php on the server. So when I open them, my software doesn’t realize it’s CSS. TextMate doesn’t style the document properly, and CSSEdit won’t even let me open the files! This is less than ideal.
I could put them in /images on my site, and link to them manually in the HEAD of my page templates, rather than using EE’s nice tags to include the CSS. That way, they’d have the proper filename, and everything would work like I want it to.
But I’m wondering, is there a better way to do this? Any suggestions? Or is mine the best way to go?