quaertym / ember-cli-dependency-checker

Ember CLI addon for checking missing node and bower dependencies before running ember commands
MIT License
40 stars 38 forks source link

Do not check for errors twice. #9

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

Ultimately, this is a bug in ember-cli, but I would prefer to not check for errors twice when running ember build.

quaertym commented 10 years ago

We only report once. Error is thrown, execution stops and it is not checked again.

rwjblue commented 10 years ago

@quaertym - When no errors are detected, the checking functionality is done twice.

quaertym commented 10 years ago

@rwjblue Oh, right. Fixing it immediately.

stefanpenner commented 10 years ago

@quaertym is this fixed?

quaertym commented 10 years ago

@stefanpenner Just fixed it.

stefanpenner commented 10 years ago

yay