-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance
rake ember:install
to fully reinstall if necessary.
Closes [#394]. EmberCLI ships with [`ember-cli-dependency-checker`][addon], which exposes the `ember version` command. `ember version` is akin to `bundle check`. This commit enhances the `ember:install` Rake task to cleanup frontend dependencies before installing if `ember version` returns a non-zero exit status. This (in conjunction with [`npm shrinkwrap`][shrinkwrap]) helps to ensure that every machine has the same dependencies installed. [#394]: #394 [addon]: https://github.com/quaertym/ember-cli-dependency-checker [shrinkwrap]: https://github.com/quaertym/ember-cli-dependency-checker#deployment-with-shrinkwrap
- Loading branch information
1 parent
7e901b3
commit 6eceea8
Showing
5 changed files
with
69 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters