ember-cli / rfcs

Archive of RFCs for changes to ember-cli (for current RFC repo see https://github.com/emberjs/rfcs)
45 stars 54 forks source link

Autopick port & keep track of an app being served #53

Closed sivakumar-kailasam closed 8 years ago

sivakumar-kailasam commented 8 years ago

Rendered

sivakumar-kailasam commented 8 years ago

@stefanpenner updated based on your feedback

sivakumar-kailasam commented 8 years ago

@stefanpenner if this looks good, I'll get to raising a PR

nathanhammond commented 8 years ago

We support this behavior in the most recent beta if you specify ember s --port 0. It will automatically choose the port for you and then launch the server. Does that meet your goal, @sivakumar-kailasam?

sivakumar-kailasam commented 8 years ago

@nathanhammond Wasn't aware of that. Noticed the relevant discussion in this PR, ember-cli/ember-cli/pull/5391. Is that behavior documented? Would it make sense for it to be added in the port option's description?

stefanpenner commented 8 years ago

is that behavior documented? Would it make sense for it to be added in the port option's description?

yes most likely

sivakumar-kailasam commented 8 years ago

Ok will close this in favor of a PR to add it to the description