Skip to content

Commit 27c5b7d

Browse files
authored
Merge pull request #315 from MichalBryxi/patch-2
Describe .ember-cli in home directory
2 parents 3a9101e + 3f3b6a2 commit 27c5b7d

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)