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 Build command with the specified settings.
Syntax
public static void EmberBuild(this ICakeContext context, EmberBuildSettings settings)
Examples
EmberBuild(new EmberBuildSettings()
{
Environment = "qa"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
EmberBuildSettings |
The settings. |
Return Value