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

bump coffee-script #154

Closed
wants to merge 2 commits into from
Closed

bump coffee-script #154

wants to merge 2 commits into from

Conversation

gabehayes
Copy link
Contributor

Version 1.7.x of CoffeeScript requires that you register it before requiring .coffee files in node.

When requiring CoffeeScript files in Node you must now explicitly register the compiler. This can be done with require 'coffee-script/register' or CoffeeScript.register(). Also for configuration such as Mocha's, use coffee-script/register.

So, I have added the register method to the initialize method of support code loading and the error described in #153 goes away.

@jbpros jbpros closed this in 98a2725 Mar 5, 2014
kaaelhaa pushed a commit to cube-io/cucumber-js that referenced this pull request Mar 10, 2014
Squashed commit of the following:

commit 7a658f5
Author: Gabe Hayes <gabriel.hayes@gmail.com>
Date:   Fri Feb 7 00:20:03 2014 -0800

    register coffee-script at initialize for 1.7.x support

commit d9b155a
Author: Gabe Hayes <gabriel.hayes@gmail.com>
Date:   Thu Feb 6 23:45:07 2014 -0800

    bump coffee-script
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant