Skip to content

Persist "serve" informations ("port", "live-reload-port") into the angular-cli.json #1156

@angelozerr

Description

@angelozerr

angular-cli.json is used to persist informations about Angular2 project.

It should be cool if we could save too the information about "serve":

  • port
  • live-reload-port

in the angular-cli.json like this:

{
  "serve": {
    "port": 4201,
    "live-reload-port": 49153
  }
}

It will avoid passing port and live-reload-port when you do ng serve

If you accept to do that, it should be very cool too to update the JSON Schema https://github.com/angular/angular-cli/blob/master/lib/config/schema.json that I'm using to have completion for Eclipse Editor. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P5The team acknowledges the request but does not plan to address it, it remains open for discussionfeatureIssue that requests a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions