-
Notifications
You must be signed in to change notification settings - Fork 49
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
project build freeze in v1.14.0 #112
Comments
I am experiencing the same issue on Windows. My colleagues are on Linux and they have no such problems. |
Hi, sorry about the trouble. It seems likely that this change is what made it stop working: #104. If anyone wants to investigate this, I would appreciate that very much. If @kralicek-m is also on Windows, then that's probably a good place to start looking. |
Yes, I had that issue also on windows 10. |
this is caused by joliss/broccoli-coffee@502d431#diff-168726dbe96b3ce427e7fedce31bb0bcR31 I submitted a workaround PR to broccoli-coffee The hang is a in mkdirp, because windows returns ENOENT when you have invalid characters in a path, causing mkdirp to go into an infinite loop There is a PR pending from ages ago https://github.com/substack/node-mkdirp/pull/74/commits |
With new version of ember-cli-coffeescript (1.14.0) when I rewrite route.js file into coffee and then I tried to build app, building process freezes or was in infinite loop. No error or another message it just keeps building. I tried that on new clean project on ember 2.4.2 just with ember-cli-coffescript installed. I switched to older version [email protected] and now it works pretty good. So I guess there is some bug in new version.
The text was updated successfully, but these errors were encountered: