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

Webclient build error with coffeescript 1.1.1 #10

Closed
sdawson opened this issue May 15, 2011 · 2 comments
Closed

Webclient build error with coffeescript 1.1.1 #10

sdawson opened this issue May 15, 2011 · 2 comments
Labels

Comments

@sdawson
Copy link

sdawson commented May 15, 2011

Building the webclient caused the following error:

jeunet:ShareJS soph$ cake webclient

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
Error: Command failed: cat: webclient/concatenation.js: No such file or directory

    at ChildProcess.exithandler (child_process.js:102:15)
    at ChildProcess.emit (events.js:67:17)
    at Socket.<anonymous> (child_process.js:172:12)
    at Socket.emit (events.js:64:17)
    at Array.<anonymous> (net.js:829:12)
    at EventEmitter._tickCallback (node.js:126:26)

Running CoffeeScript version 1.1.1

@josephg
Copy link
Owner

josephg commented May 15, 2011

Confirmed the problem is with coffeescript 1.1.1

I've fixed the problem in the cakefile, but it looks like the compiled code is now broken.

@josephg
Copy link
Owner

josephg commented May 15, 2011

Ok, fixed in 4ad2d16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants