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

Namespace
Cake.Ember
Base Types
  • object
graph BT Type-->Base0["object"] Type["EmberAliases"] class Type type-node

Syntax

[CakeAliasCategory("Ember")]
[CakeNamespaceImport("Cake.Ember.Build")]
[CakeNamespaceImport("Cake.Ember.Serve")]
public static class EmberAliases

Attributes

Type Description
CakeAliasCategory
CakeNamespaceImport
CakeNamespaceImport

Methods

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