-
Notifications
You must be signed in to change notification settings - Fork 60
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
coffeescript needs --nodejs with --debug #37
Comments
What does that do? |
Correctly enables nodejs debugging when using the coffeescript. See http://coffeescript.org/ (ctfl+f for "--nodejs") since there's not an easy way to link to it. There are a few specific node commands that have to be pre-flagged with |
Great! I don't use Coffeescript that often, so this helps a lot. Great feedback! I'll be sure to merge it in... |
your problem should be handled with the |
We made an adjustment to our tasks/lib/server.js file to include the following.
I can send along a proper pull request later. if you want it.
The text was updated successfully, but these errors were encountered: