Skip to content

chore(bug): improved the ember to angular regex#239

Merged
jkuri merged 1 commit intoangular:masterfrom
Brocco:fix-version-url
Feb 23, 2016
Merged

chore(bug): improved the ember to angular regex#239
jkuri merged 1 commit intoangular:masterfrom
Brocco:fix-version-url

Conversation

@Brocco
Copy link
Copy Markdown
Contributor

@Brocco Brocco commented Feb 23, 2016

The regex was ovewriting a URL on ng version
Fixes #203

The regex was ovewriting a URL on ng version
Fixes angular#203
@jkuri
Copy link
Copy Markdown
Contributor

jkuri commented Feb 23, 2016

Thanks for the fix @Brocco. I was planning to fix this but stuck with virus in bed for the last four days. I will check this later today, also ember-cli-build.js is being replaced in ng new and should be fixed.

Comment thread lib/cli/index.js
}
string = string.replace(/ember-cli/g, 'angular-cli');
string = string.replace(/ember/g, 'ng');
string = string.replace(/ember-cli(?!.com)/g, 'angular-cli');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@jkuri
Copy link
Copy Markdown
Contributor

jkuri commented Feb 23, 2016

LGTM

@jkuri jkuri merged commit 239c765 into angular:master Feb 23, 2016
@Brocco Brocco deleted the fix-version-url branch February 26, 2016 04:03
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 9, 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.

Invalid URL in version output

2 participants