-
Notifications
You must be signed in to change notification settings - Fork 12k
Using an absolute deployUrl breaks the 'scripts' bundle url in index.html #7650
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
Comments
My bad, I know what the error is. I'll fix it right away. Thanks for reporting. |
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Sep 11, 2017
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes angular#7650
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Sep 11, 2017
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes angular#7650
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Sep 12, 2017
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes angular#7650
hansl
added a commit
that referenced
this issue
Sep 13, 2017
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes #7650
hansl
added a commit
that referenced
this issue
Sep 13, 2017
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes #7650
dond2clouds
pushed a commit
to d2clouds/speedray-cli
that referenced
this issue
Apr 23, 2018
Using path.join removes duplicated slashes, like in https://. This code is the correct version used in the original html-webpack-plugin. Fixes angular#7650
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.4.1
node: 7.10.1
os: darwin x64
@angular/animations: 4.3.6
@angular/common: 4.3.6
@angular/compiler: 4.3.6
@angular/compiler-cli: 4.3.6
@angular/core: 4.3.6
@angular/forms: 4.3.6
@angular/http: 4.3.6
@angular/platform-browser: 4.3.6
@angular/platform-browser-dynamic: 4.3.6
@angular/router: 4.3.6
@angular/cli: 1.4.1
typescript: 2.2.2
Repro steps.
.angular-cli.json: (Note the absolute deployUrl with https://)
After I run ng build --prod, index.html looks like this:
...
...
Desired functionality.
The script tag should start with https:// rather than https:/ <---- one slash not two
Mention any other details that might be useful.
Similar to #7628 which was fixed a couple of days ago with #7634
The text was updated successfully, but these errors were encountered: