Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions guides/appendix/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ would be `liveReload` in the configuration file.
"liveReload": false
}
```
Another use would be to pass defaults to generators, for example:

```json {data-filename=.ember-cli}
"blueprint": {
"component": {
"gc": true
}
}
```
will add a component class automatically to generated components.

Every development environment will be different but a realistic example setting `--port` and `--proxy` is shown below:

Expand Down