Please summarize your question in one sentence
Help editing scss files when developing
Give a more extended description
As I am developing a theme, when I edit a scss file, should I be doing the editing in the css folder, or in src/css? When I edit in src/css, it looks like gulp notices this and rebuilds, but the files are not updated in the /css directory. So, I don't see the changes in the website. If I package and reinstall, all is ok.
But, is this the right way to be doing things. (I'm pretty sure that I should not be editing directly in /css, right?)
Steps to reproduce (if needed)
Other comments or remarks
Please summarize your question in one sentence
Help editing scss files when developing
Give a more extended description
As I am developing a theme, when I edit a scss file, should I be doing the editing in the css folder, or in src/css? When I edit in src/css, it looks like gulp notices this and rebuilds, but the files are not updated in the /css directory. So, I don't see the changes in the website. If I package and reinstall, all is ok.
But, is this the right way to be doing things. (I'm pretty sure that I should not be editing directly in /css, right?)
Steps to reproduce (if needed)
Other comments or remarks