EmberAliases.

EmberServe(ICakeContext) Method

Summary

Runs the Ember Serve command.
Assembly
Cake.Ember.dll
Namespace
Cake.Ember
Containing Type
EmberAliases

Syntax

public static void EmberServe(this ICakeContext context)

Examples

EmberServe();

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void