Sublime Forum

SFTP Save SCSS but upload CSS

#1

Hey guys, i have a lil issue.
So right now i use codekit to compile my scss file into the css file.

I am using the SFTP plugin to upload my files to a remote server on save.
This is working for my scss files

but…

Is there a way, in Sublime Text 2, to have my css file upload once i save my scss file ?

Right now i am just click save on my CSS file anytime i want it to upload.

Thanks guys !

0 Likes

#2

Open the CSS file and use the command palette to Monitor the File. This will cause it to be opened whenever it is saved. Once the file is closed, the monitoring will stop.

0 Likes

#3

Awesome !
Thanks very much.

0 Likes