EmberAliases Class

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
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
EmberBuild(ICakeContext, EmberBuildSettings) void
Runs the Ember Build command with the specified settings.
static
EmberBuild(ICakeContext) void
Runs the Ember Build command.
static
EmberServe(ICakeContext, EmberServeSettings) void
Runs the Ember Serve command with the specified settings.
static
EmberServe(ICakeContext) void
Runs the Ember Serve command.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin