I'm using ST3's SFTP plugin and have it configured to upload_on_save
. I'd like to have a way to setup my workflow in such a way that once I save changes on a .scss file it is automatically compiled and the resulting .css is automatically uploaded to the server.
So far I can automatically compile using cli's sass --watch
but resulting .css is not automatically uploaded. I can also automatically upload when saving the .css file from within ST3. I just don't see how to join the complete SCSS > CSS > SFTP process as an automated task.
EDIT: There is a solution posted over 2 years ago here. Hopefully there is something new around.