EmberServeSettings.

LiveReloadPort Property

Summary

Gets or sets a value to use for the port for Live Reload Server.
Assembly
Cake.Ember.dll
Namespace
Cake.Ember.Serve
Containing Type
EmberServeSettings

Syntax

public Nullable<int> LiveReloadPort { get; set; }

Remarks

Defaults to port number within [49152...65535].

Value

Type Description
Nullable<int>