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
Contains functionality related to the Ember CLI.
In order to use the commands for this addin, the Ember CLI utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:
#addin Cake.Ember
- Assembly
- Cake
.Ember .dll - Namespace
- Cake
.Ember - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EmberAliases"]
class Type type-node
Syntax
public static class EmberAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
EmberBuild |
void |
Runs the Ember Build command with the specified settings.
static
|
EmberBuild |
void |
Runs the Ember Build command.
static
|
EmberServe |
void |
Runs the Ember Serve command with the specified settings.
static
|
EmberServe |
void |
Runs the Ember Serve command.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|