Sass Compiling with --watch
Hello,
This is a bit of a random one, and i'm not sure which side this lies - because of that i'm making both parties aware in the hope we can get somewhere.
WinSCP version 5.2.5 (but also happens on older ones)
I am using WinSCP to transfer files to a local server running CentOS via SFTP (also happens over SCP).
In a terminal window, I am running
- this compiles sass files into css when they are updated. If you don't know about sass, its a CSS Prepocessor.
After uploading the file the first time, the watch script detects that there is a change and compiles the sass, however, every time after that it simply detects and change and doesn't compile.
The reason I am posting this here is because it only happens with WinSCP. Using the same protocol on the same sever with the same files but with a different SFTP/SCP program, the files compile correctly on every upload.
I apologise for the vagueness of the post - being quite bespoke, I struggled to fulfill all the criteria in the link.
There is my Sass bug report on Github.
This is a bit of a random one, and i'm not sure which side this lies - because of that i'm making both parties aware in the hope we can get somewhere.
WinSCP version 5.2.5 (but also happens on older ones)
I am using WinSCP to transfer files to a local server running CentOS via SFTP (also happens over SCP).
In a terminal window, I am running
sass --watch
- this compiles sass files into css when they are updated. If you don't know about sass, its a CSS Prepocessor.
After uploading the file the first time, the watch script detects that there is a change and compiles the sass, however, every time after that it simply detects and change and doesn't compile.
The reason I am posting this here is because it only happens with WinSCP. Using the same protocol on the same sever with the same files but with a different SFTP/SCP program, the files compile correctly on every upload.
I apologise for the vagueness of the post - being quite bespoke, I struggled to fulfill all the criteria in the link.
There is my Sass bug report on Github.