EmberSettings Class

Summary

Contains the common settings used by all commands in Ember.
Namespace
Cake.Ember
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["EmberSettings"] class Type type-node Derived0["EmberBuildSettings"]-->Type click Derived0 "/Cake.Ember/api/Cake.Ember.Build/EmberBuildSettings" Derived1["EmberServeSettings"]-->Type click Derived1 "/Cake.Ember/api/Cake.Ember.Serve/EmberServeSettings"

Syntax

public abstract class EmberSettings : ToolSettings

Properties

Name Value Summary
Environment string
Gets or sets the name of the environment to generate the output for.
OutputPath DirectoryPath
Gets or sets the location where all generated files will be output to.
Watcher string
Gets or sets a value for the Watcher.
GitHub