-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node-sass doesn't pick up on SASS _ files #300
Comments
Wait, uh, I'm actually unable to reproduce this on my end using Docker, which is weird... But I definitely have run into weird situations where I'm editing our SASS and the SASS watcher somehow doesn't pick up on the changes--it just seems to happen intermittently and I'm not sure how to reproduce the problem consistently. Blurgh! |
FWIW, I just fixed another funky "dev setup won't notice that some files have changed" issue in 0c2c4a9, which may have mistakenly been attributed to this in the past, I'm not sure. |
Hmm, given that I've been unable to reproduce this, I'm closing this issue. If we encounter it again we can re-open it, preferably with exact steps to reproduce. |
The problem is that node-sass won't notice changes in new files, e.g. if we add a |
This fixes #300 by using node-sass-chokidar. I'm not a big fan of what this is doing to our `yarn.lock`, as it seems to have brought in yet another version of chokidar and a few other dependencies we already have, but since it's all on the build side and not in the browser I think it's ok. Still, we should figure out if there's an easy way to clean up the `yarn.lock` at some point, so I've filed #1180 to address it later.
No description provided.
The text was updated successfully, but these errors were encountered: