liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.51k stars 265 forks source link

after live sass compiler, sftp don't upload compiled file #832

Open AlexAlexWeb opened 4 years ago

AlexAlexWeb commented 4 years ago

Do you read the FAQ? Yes.

Describe the bug:

Live sass compiler with https://github.com/ritwickdey/vscode-live-sass-compiler make style.css.min file but this file do not auto upload

in sftp.json (accesses are hide, only one file do not upload after save):

{ "name": "name", "host": "host", "protocol": "ftp", "port": 21, "username": "username", "password": "password", "remotePath": "/remotePath/", "uploadOnSave": true, "watcher": { "files": "/style.min.css", "autoUpload": true } }

What i need to do^ to make auto upload generation file style.min.css?

IacopoOrtis commented 4 years ago

I've the same issue in a Gulp context while generating many files. Transfer hangs after few files of many. Developer is not active the project is dead

AlexAlexWeb commented 3 years ago

maybe we can fix this problem, or can find alternative plugin?

AlexAlexWeb commented 3 years ago

Fix this problem by using Gulp + vinyl-ftp

Andrew-devcoder commented 1 year ago

did not solve the problem? Without Gulp