Skip to content

Commit

Permalink
Merge pull request #315 from MichalBryxi/patch-2
Browse files Browse the repository at this point in the history
Describe .ember-cli in home directory
  • Loading branch information
jenweber authored Jan 29, 2024
2 parents 3a9101e + 3f3b6a2 commit 27c5b7d
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 27c5b7d

Please sign in to comment.