-
Notifications
You must be signed in to change notification settings - Fork 2k
coffee --watch doesn't work reliably #2269
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
Comments
Also, sometimes, after a save, coffee says the file was removed, instead of recompiling it. |
@scottcorgan That sounds like a different issue than @scribu is experiencing. In particular, it's a bug at the Node.js level, which you should try to isolate and report. (Try updating Node to the latest 0.6.x release first.) |
@scribu This is most likely yet another quirk of Node's
then tell me what output you get when you save changes to the file. |
First file edit: nothing.
Subsequent edits: nothing. |
So it's definitely a bug in By the way, as a workaround you can use https://github.com/trevorburnham/jitter, which uses the older and more reliable (though less efficient) |
@scribu: If you make a new node issue, post a link here. |
Yep, Jitter seems to work fine. Thanks! Opened an issue: nodejs/node-v0.x-archive#3172 |
When I call
coffee -w -o js -c coffee/
, or even for a single file, I have to save it at least two times to trigger a recompilation.My environment: Ubuntu 11.10, node 0.6.15, CoffeeScript 1.3.1, vim editor
I've seen #1853, but figure a new issue is more appropriate, since I've read there were several changes in this area since then.
The text was updated successfully, but these errors were encountered: