This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Ember.
Summary
Runs the Ember Serve command with the specified settings.
Syntax
public static void EmberServe(this ICakeContext context, EmberServeSettings settings)
Examples
EmberServe(new EmberServeSettings()
{
Environment = "qa"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
EmberServeSettings |
The settings. |
Return Value