-
Notifications
You must be signed in to change notification settings - Fork 34
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
Doesn't seem to compile new files? #21
Comments
I'm pretty sure it does.. Can you please attach a VERY SMALL example project that duplicates your issue and include info such as (operating system, node version, node-sass-chokidar version, etc) |
Can you please share the version you are using, system you are on, and steps to reproduce? |
Indeed, it doesn't compile new files. I'm afraid I cannot share my code, but I'm running Sierra 10.12.6 and I use I've followed the instruction provided by UPDATE I think I found a pattern. Whenever I have some warnings, the edited files aren't compiled. Could you investigate this? UPDATE#2 I eventually found the issue and it was related to a missing space between commands. |
Is there some reason why the watch command has --recursive whereas the build one doesn't have --recursive? |
@GreenAsJade Also, sorry for the delay, but I just published version 1.0.0 and this should be fixed now. Also, @JemarJones when you use the --watch option all the files are built at the beginning so you shouldn't need to |
FWIW, I have this issue too. On Windows, using node-sass-chokidar v1.3.3. I have a
But, when I add a new |
Same behavior as Imorchard described, same setup, doesn't work. |
I don't know how The |
When running this with the recommended command from create-react-app,
, it doesn't seem to notice and compile newly created scss files. I have to cancel and re-run the command to get new files compiled.
The text was updated successfully, but these errors were encountered: