I have a watch function which outputs scss code to a css directory, but I'm unsure why sometimes the files are saved in another nested css directory like such:
public/
sass/
css/
css/ // this directory shouldn't exist
style.css //saved here
style.css //and here (should only save here)
style.scss
this is my script: node-sass -w src/public/sass -o src/public/sass/css