github-pages:deploy, baseHref should be case-sensitive #3773
Labels
needs: investigation
Requires some digging to determine if action is needed
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
OS?
Windows 10, Ubuntu 16.04.1 LTS
Versions.
angular-cli: 1.0.0-beta.24
node: 6.9.2
os: linux x64
@angular/common: 2.4.1
@angular/compiler: 2.4.1
@angular/core: 2.4.1
@angular/forms: 2.4.1
@angular/http: 2.4.1
@angular/material: 2.0.0-beta.1
@angular/platform-browser: 2.4.1
@angular/platform-browser-dynamic: 2.4.1
@angular/router: 3.4.1
@angular/comdpiler-cli: 2.4.1
Repro steps.
ng new SWPenguin
(Work on project)
ng github-pages:deploy
The log given by the failure.
)
Mention any other details that might be useful.
angular-cli/packages/angular-cli/commands/github-pages-deploy.ts
Line 97 in 290c6e7
I found that this line has a problem. package.json generated by ng new command would be lowercase. But if project name has uppercase letters, a problem occurs.
The text was updated successfully, but these errors were encountered: