-
Notifications
You must be signed in to change notification settings - Fork 24
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
roots watch never completes but roots compile works fine #59
Comments
Hi @thirteenpixels, I'm having trouble reproducing this. Could you perhaps provide me with some more information? Ideally:
|
Absolutely, sorry should've provided that from the jump.
As an aside, and I can open another issue for this, it appears that while it says it's done compiling when I run it manually I've noticed it doesn't process my .sass files either. Removing |
@thirteenpixels I've looked deeper into this and still have trouble reproducing it unless there are multiple top-level Sass files (I'm not a Sass user though). Would you be able to confirm if this is the same issue you are experiencing or a different one? What happens if you update to Node 5 and NPM 3, out of interest? (There is an issue for the sass bug on Accord's repo: jescalan/accord#137) |
I wasn't aware of that bug, thanks @declandewet . We'll do some testing and see if that's the culprit. |
If I run
roots compile
everything works well, files are generated correctly, in the right location, etc.If I run
roots watch
however, the process hangs at thecompiling...
step and never finishes.With roots-contentful out of the project
watch
works perfectly.The text was updated successfully, but these errors were encountered: