yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

external save upload not working! #529

Open 2fernandez opened 2 years ago

2fernandez commented 2 years ago

hi Yong, great lititle package you have here with this.

I've been using this with atom for over a year now with no issues. Today unfortunately when I a compiler saves a .css file from a .SCSS file, the .css file does not upload. In other words, upload on external save has stopped working.

my config is watching the specific file:

"watch": [ "/wp-content/themes/skittles/assets/scss/stylesheet.css" ],

but again on external save this has stopped working. Any idea what could be happening here ?

I am on a mac. Thanks,