Sublime Forum

Compass Watch in SUBLIME

#1

I recently started working with Compass and Sass in Netbeans and everything went as expected.

More recently i started working with Sublime Text. The problem is my scss file. As soon as i upload the file, the watch detect a change and attempts to compile, but the upload isn’t finished, so it throws an error.

In Netbeans the upload works differently: it creates a new file, and when it’s finished the old file is deleted and the new one renamed, so the watch only detects the change when the file is in the server:

During the upload
style.css
style.new.css

After the upload:
style.css

Is there anyway to do the same thing in Sublime Text? I’m using the SFTP plugin.

Thanks

0 Likes