EmberSettings.

OutputPath Property

Summary

Gets or sets the location where all generated files will be output to.
Namespace
Cake.Ember
Containing Type
EmberSettings

Syntax

public DirectoryPath OutputPath { get; set; }

Remarks

Default is /dist.

Value

Type Description
DirectoryPath
GitHub