SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

How to pass in custom arguments to coffeescript binary #226

Open Marak opened 8 years ago

Marak commented 8 years ago

Hello there.

Is it possible to pass in custom flags to the coffeescript binary? We couldn't find it anywhere. Probably just missed it in the documentation.

In my case, we need to set --stack-size=2000.

Thank you!