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

No longer listen for buildError callback #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seanpdoyle
Copy link
Collaborator

Related to thoughtbot/ember-cli-rails#318.

The ember-cli-rails gem redirects the ember build --watch process'
STDERR to the same file the addon previously wrote two.

These two processes would contend over writing to the file, and
flip-flop, clobbering the others' output.

To correct this, we'll defer error logging to the gem (and ultimately,
ember-cli's writing correctly to STDERR).

Related to [tricknotes/ember-cli-rails#318][#318].

The `ember-cli-rails` gem redirects the `ember build --watch` process'
`STDERR` to the same file the addon previously wrote two.

These two processes would contend over writing to the file, and
flip-flop, clobbering the others' output.

To correct this, we'll defer error logging to the gem (and ultimately,
`ember-cli`'s writing correctly to `STDERR`).

[#318]: tricknotes/ember-cli-rails#318
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

Successfully merging this pull request may close these issues.

1 participant