Doug Tangren
Doug Tangren
Thanks! There's some nuance in the docs that give me pause for the default though > Drafts and prereleases cannot be set as latest. Does this mean those creating drafts...
@samueljseay thanks for the pull and sorry for the delay
this should be available in the new v2 tag
> 1400 release files I’d rather not optimize for this case at this point in time. That seems like a lot to ask users to down loaded these individually. An...
This may be related but I'm trying to incorporate iced as an alternative coffeescript compiler in my [sbt plugin](https://github.com/softprops/coffeescripted-sbt/tree/iced) by using the extras/coffee-script.js through Rhino programmatically. The generated code is...
Can someone point me to the code that executes conditionally when `-I` is passed the node script. I'd like to try and get it to work programmatically outside the context...
Hi @maxtaco I haven't had a whole lot of time to look into it for my usecase. What I wanted was a sand-alone version akin the extras script you get...
SWEET! I can't wait to try this out. Thanks @maxtaco for all your hard work.
Hi max. I'm using the `p` version of your compiler and I still get dependent build artifacts in the javascript output of compilation. With vanilla coffeescript, I can invoke the...
A better way of asking that might be, is there a way of not adding a runtime dependency in addition to compile time dependency?