I use the npm sass library to compile my ".scss" file and it works really well without any problem but in watch mode, after some file save it starts to produce an empty file. I restart the app and it compiles successfully again.
my watch file is at this link:
sass builder file
I don't know if this is my watcher problem or sass problem or even windows file system problem.
can anyone check to help me to fix this problem?