ember_serve
Builds and serves an Ember application, automatically rebuilding on file changes.
Instructions
Builds and serves your app, rebuilding on file changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to serve on | |
| host | No | Host to listen on | |
| proxy | No | Proxy requests to this URL | |
| proxy_in_timeout | No | Timeout for incoming proxy requests (ms) | |
| proxy_out_timeout | No | Timeout for outgoing proxy requests (ms) | |
| secure_proxy | No | Validate SSL certificates when proxying | |
| transparent_proxy | No | Include x-forwarded headers when proxying | |
| watcher | No | File watcher to use | events |
| live_reload | No | Enable live reload | |
| live_reload_host | No | Live reload host | |
| live_reload_base_url | No | Live reload base URL | |
| live_reload_port | No | Live reload port | |
| live_reload_prefix | No | Live reload prefix | _lr |
| environment | No | Environment | development |
| output_path | No | Output directory | dist/ |
| ssl | No | Use SSL | |
| ssl_key | No | SSL private key | ssl/server.key |
| ssl_cert | No | SSL certificate | ssl/server.crt |
| path | No | Reuse existing build at path | |
| cwd | No | Working directory to run the command in |