Skip to content

Commit

Permalink
Describe .ember-cli in home directory
Browse files Browse the repository at this point in the history
- From my experiments `~/.ember-cli` is taken into account.
- Missing information in guides.
  • Loading branch information
MichalBryxi authored Jan 26, 2024
1 parent 3a9101e commit 3f3b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/appendix/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ember CLI’s runtime is configurable via a file named `.ember-cli`. The JSON-formatted file is in project's root directory and can include any command-line options for `ember generate`, `ember serve` or `ember test`.
Ember CLI’s runtime is configurable via a file named `.ember-cli`. The JSON-formatted file is in project's root directory and is merged with file of the same name in user's home directory (if applicable). Project level configuration has precedence. These files can include any command-line options for `ember generate`, `ember serve` or `ember test`.

Command line options are passed in a dasherized form on the command line but they must be in camel cased in `.ember-cli`. For example

Expand Down

0 comments on commit 3f3b6a2

Please sign in to comment.