-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist "serve" informations ("port", "live-reload-port") into the angular-cli.json #1156
Comments
you can actually do that but not in the
|
Thank you @yahyaKacem. I wonder if it would be too much to ask for an optional "--save" parameter/flag to
Not that it's hard to edit .ember-cli by hand but this way it would be documented right there and easier to discover. |
Many thanks @yahyaKacem! |
Why not also persist the proxy settings in the configuration file? |
ng serve --host 0.0.0.0 --live-reload-port 49153 When i terminate the application its webpage is not getting loaded... |
We are deployed project of Angular 2 and angular cli on AWS server (Production). Change angular-cli.json file angular-cli.json |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular-cli.json is used to persist informations about Angular2 project.
It should be cool if we could save too the information about "serve":
in the angular-cli.json like this:
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!
The text was updated successfully, but these errors were encountered: