Skip to content
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

fix(serve): fallback to config.app[0].index #3813

Merged
merged 3 commits into from
Jan 5, 2017

Conversation

filipesilva
Copy link
Contributor

Fix #3748

Copy link
Contributor

@hansl hansl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit.

this.project.root,
`./${CliConfig.fromProject().config.apps[0].root}`
),
contentBase: path.resolve(this.project.root, `./${appConfig.root}`),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path.join(...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@filipesilva
Copy link
Contributor Author

Merging as nit was incorporated.

@filipesilva filipesilva merged commit 45e2985 into angular:master Jan 5, 2017
@filipesilva filipesilva deleted the fallback-to-index branch January 5, 2017 11:43
jsanchezgarcia added a commit to jsanchezgarcia/angular-cli that referenced this pull request Jan 5, 2017
…a/angular-cli into environment-source

* 'environment-source' of https://github.com/jsanchezgarcia/angular-cli:
  fix(serve): fallback to config.app[0].index (angular#3813)
jsanchezgarcia added a commit to jsanchezgarcia/angular-cli that referenced this pull request Jan 6, 2017
MRHarrison pushed a commit to MRHarrison/angular-cli that referenced this pull request Feb 9, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename index.html will lead that the app is not available
3 participants