rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

No longer listen for `buildError` callback #24

Open seanpdoyle opened 8 years ago

seanpdoyle commented 8 years ago

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).