I'm having an issue compiling my .scss file into .css.
I am using Atom with the sass-autocompile plugin and compile on save is enabled. I can access and read the files from the sidebar, but when I save/compile my .scss file, I get this error message:
"status": 3, "message": "File to read not found or unreadable: /run/user/1000/gvfs/ftp:host=ftp.**********.de,user=*****-admin/path/css/complement.scss", "formatted": "Internal Error: File to read not found or unreadable: /run/user/1000/gvfs/ftp:host=ftp.*********.de,user=*****-admin/path/complement.scss\n"
Any idea as why I'm getting this error, or how I can go around it and get to work on my .scss directly on the server?
Thanks in advance!