-
Notifications
You must be signed in to change notification settings - Fork 127
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
updating to coffeescript 2 #196
Conversation
I think the test runner broke? |
The test fails with:
I think the error is in the node version. This test ran with version You need to remove older versions from appveyor.yml and .travis.yml. Probably you should first pull the latest https://github.com/gruntjs/grunt-contrib-internal and then make the customizations necessary. |
any hope for a merge of this one? |
Seems that I am not the only one waiting a lot this pull request approval. |
Would be great to get this merged and released, as then users (like NoFlo) could update seamlessly to CoffeeScript 2. I'm not sure who is the maintainer of the module. Seems latest activity was by @vladikoff |
It is blocking too many project :-/ |
I shall take a look at this in a bit. Thanks for patience
…On Oct 18, 2017 1:41 PM, "Daniele Scasciafratte" ***@***.***> wrote:
It is blocking too many project :-/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAH28_dM2tVxeKd_2ujem6MlFk2GgDCWks5stiMngaJpZM4Pl35F>
.
|
any updates for this one? I know that I am annoying but is important :-D |
2.0.0 on npm! please let us know if there are any issues |
I updated grunt-contrib-coffee to use coffeescript 2. Changed the version number to 2, because otherwise
npm update
would break existing applications using this plugin.