Not working when using Remote Workspace Extension
I use the Remote Workspace Extension to work on files remotely. When I tried to use this extension to minify the file it gives me an error "Minify failed: ENOENT: no such file or directory … It is trying to save to my C: drive (Windows machine) with the path on my server. Not sure how the Remote Workspace extension works, but it must be temp saving to C: before uploading to server? Is there a way to get the minify extension to work with the Remote Workspace extension?
Did version 2.0.3 fix this issue?
Unfortunately not. It is no longer showing the C: drive, but it is still saying the path is not found. It does show the correct path to my root web directory on my server though. Under my "open Editors" section it lists my file with sftp://"servername":"port number"/"path to file" so maybe you need to include the sftp prefix as well or get file path from Remote Workspace extension?
Looking into this right now. Is this the extension you're using?
Yes that is the one. I appreciate you looking into this.
I can't figure this out. The node module I'm using to read/write files (fs) does not seem to support file path like file://..., ftp://... and so on.
I'm leaving this open since it's still something I'd like to implement.