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

Copying assets doesn't work on windows #49

Closed
dignifiedquire opened this issue Jul 25, 2012 · 1 comment
Closed

Copying assets doesn't work on windows #49

dignifiedquire opened this issue Jul 25, 2012 · 1 comment

Comments

@dignifiedquire
Copy link

I've tried to use codo under windows 7 (64bit) but the copying of the assets won't work. It just creates empty css and js files.

I've been able to fix it by replacing

to.once 'open', (fd) -> require('util').pump from, to

with

from.pipe(to)

in the method copy in generator.coffee

@netzpirat
Copy link
Contributor

Thanks for the issue and the Windows fix. 0.9.1 is released that contains your changes.

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

No branches or pull requests

2 participants