Summary
The Ember Serve Runner used to serve Ember Application locally.
- Namespace
- Cake
.Ember .Serve - Base Types
graph BT
Type-->Base0["EmberTool<EmberServeSettings>"]
Base0-->Base1["Tool<EmberServeSettings>"]
Type["EmberServeRunner"]
class Type type-node
Syntax
public sealed class EmberServeRunner : EmberTool<EmberServeSettings>
Constructors
| Name | Summary |
|---|---|
| EmberServeRunner |
Initializes a new instance of the EmberServeRunner class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Serve |
void |
Serves a local Ember Application using the specified settings.
|