tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Check for `bower.json` in app directories #542

Closed seanpdoyle closed 7 years ago

seanpdoyle commented 7 years ago

34ff6dd introduced a bug where the PathSet would look inside the EmberCli output directory for the presence of a bower.json file, instead of inside the EmberCli application's directory (i.e. the input directory).

This commit resolves that issue, and modifies the PathSet to properly resolve the path to bower.json.

seanpdoyle commented 7 years ago

@f1sherman 0.10.0 has been released and contains those changes.

f1sherman commented 7 years ago

@seanpdoyle awesome, thank you very much! 🎉