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

Generate package with `bower` as a `dependencies` #507

Closed seanpdoyle closed 7 years ago

seanpdoyle commented 7 years ago

https://github.com/thoughtbot/ember-cli-rails/issues/506

The project used to recommend NPM-specific configrations based on a misunderstanding of how NPM managed project-local executables.

This commit generates a root-level package.json with the proper configuration, and removes the README's recommendation to set NPM_PRODUCTION=false on Heroku.