-
Notifications
You must be signed in to change notification settings - Fork 23
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
showcase: wrong URL in manually referenced CSS on <head> in index.html due to missing deployURL #1037
Comments
After fixing manually the URL of the
This seems to be related to the fact that the |
The same issue happens with the icons added to the <meta name="msapplication-TileImage" content="assets/images/app-icons/ms-icon-144x144.png"> Strange enough, the assets referenced in the Both tags in the |
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
For the moment this issue is blocked by #1070 |
#1070 has been solved 👍 |
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
add stylesheet link through webpack instead of directly into `index.html` ISSUES CLOSED: NationalBankBelgium#1037
I'm submitting a...
Current behavior
The latest version of the Showcase deployed in ghPages (version 10.0.0-beta.2) is not working properly due to the following errors:
This CSS cannot be loaded due to a missing part on the URL related to the deploy URL:
showcase/10.0.0-beta.2
The problem relies on the fact that the URL of this CSS is set like this:
which does not take into account the deployURL that is generated dynamically by Angular CLI and it is overwritten by our build script when deploying to ghPages.
Expected behavior
The Showcase app should be fully working in all possible deployUrl's:
latest
and specific version.Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: