Open joulev opened 3 years ago
I've been regularly experiencing this as well, without running sass watch.
Always happens when you add non-html/js/css files
Always happens when you add non-html/js/css files
Interesting, I assume that would be why its happening for me. I'm using markdown files.
I regularly use
sass
in my sites, so I usually run this to make sure my compiled CSS is up to date.Now I also want to deploy my Sergey site to localhost, so
However, although just editing HTML files is fine, as soon as I edit my SCSS,
sergey
throws an error,Am I missing something...? since running concurrent commands like this, I think, is quite common, but I haven't seen anyone reporting this problem here.