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

Resolve asset URL without root URL configuration #144

Merged
merged 1 commit into from
May 8, 2019

Conversation

bobisjan
Copy link
Contributor

@bobisjan bobisjan commented May 8, 2019


Ember does not use rootURL for assets in templates, for (production) builds it prepends when fingerprint is configured https://cli.emberjs.com/release/advanced-use/asset-compilation/#fingerprintingandcdnurls.

This behaviour is now used for assets (icons) in <link> tags and in manifest/browserconfig files.

@bobisjan bobisjan added the bug Something isn't working label May 8, 2019
@bobisjan bobisjan added this to the v3.0.0 milestone May 8, 2019
- aligns with Ember behaviour
- fixes #121
@bobisjan bobisjan force-pushed the bugfix/root-url-and-fingerprint-prepend branch from 496dd7d to 834ff5c Compare May 8, 2019 12:40
@bobisjan bobisjan merged commit d98bfb0 into master May 8, 2019
@bobisjan bobisjan deleted the bugfix/root-url-and-fingerprint-prepend branch May 8, 2019 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrectly appending rootUrl to assets and fingerprinting not working
1 participant