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

Commits on Dec 11, 2015

  1. No longer listen for buildError callback

    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
    seanpdoyle committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    69e890e View commit details
    Browse the repository at this point in the history