I disagree with Roy and Adam. When working with Wordpress themes, I develop on a remote developer server. I have a team of people adding content and other changes that update the database, it will be difficult for me, since the developer will work locally in 100% of cases. Their sql file, updated with the content, will not depend much on the fact with my sql file (you know the settings for the theme parameters and what is not).
I have so far avoided using SASS for this reason.
My optimal workflow would be to edit my scss file -> auto compile to css -> automatically upload to search (for example, upload while saving) -> the current upload happens and I see the changes (I can live without this last step).
I have not tried to do this yet, but found this link, which seems to be the closest answer. Using SASS with Remote Installation
Side note. Work locally is not always optimal. This is not an answer, and this is about the 8th time I saw this question with similar answers.
UPDATE: Just tried it without Codekit, just sass --watch, and it works great!
OTHER UPDATE: I also changed the way sass is handled and remote development. I know what to use Sublime, Open my.scss and .css file at the same time. Then I use SFTP (package for exalted) in the “Monitor File”, which will look for changes in the file outside of direct editing, then open the terminal and sass my scss file, now every time I save it, it runs locally and then compiled The css file is automatically uploaded to my server! Hope this makes sense, maybe I'll do a video show.
philhoyt
source share