Skip to content

Commit 3f3b6a2

Browse files
authored
Describe .ember-cli in home directory
- From my experiments `~/.ember-cli` is taken into account. - Missing information in guides.
1 parent 3a9101e commit 3f3b6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/appendix/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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`.
1+
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`.
22

33
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
44

0 commit comments

Comments
 (0)