We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I use watch for a directory with many files, I get lots of errors like
2013-08-15 11:46 node[81568] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
I have to make specific mask to avoid it, e.g.
coffee -wbc my_big_app/**/*.coffee
The issue may be related to nodejs/node-v0.x-archive#5463
Versions: node 0.10.15, coffee-script 1.6.3
The text was updated successfully, but these errors were encountered:
I don't think this has anything to do with coffee itself.
Sorry, something went wrong.
It would be nice if one can skip **/*.coffee every time.
**/*.coffee
** is actually not working for all subdirectories, so one has to run it with the errors above to watch all coffee files in the tree.
**
Quite so.
No branches or pull requests
When I use watch for a directory with many files, I get lots of errors like
I have to make specific mask to avoid it, e.g.
The issue may be related to nodejs/node-v0.x-archive#5463
Versions: node 0.10.15, coffee-script 1.6.3
The text was updated successfully, but these errors were encountered: