Skip to content
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

Add a way to pass params to node via the jake binary #17

Closed
foobarfighter opened this issue Feb 13, 2011 · 2 comments
Closed

Add a way to pass params to node via the jake binary #17

foobarfighter opened this issue Feb 13, 2011 · 2 comments

Comments

@foobarfighter
Copy link

This is probably ugly. I don't know how npm works or how rake does it, but ideally I would like to pass a --debug-brk param into jake.

Java uses -D to pass JVM system properties but it's probably better to emulate whatever rake does.

Example:

jake -Ddebug-brk foo:task

This should start up jake's node process in debugger mode.

@novemberborn
Copy link
Contributor

You could also do node --debug /usr/local/bin/jake (assuming jake has been installed in /usr/local/bin).

@mde
Copy link
Contributor

mde commented Mar 28, 2011

Sounds like invoking Jake by directly invoking node is a much better solution than monkeying with Jake itself. I'm closing this.

@mde mde closed this as completed Mar 28, 2011
mde added a commit that referenced this issue Apr 24, 2020
added async.asyncChain.addItem() with alias push()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants