-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Using customHash has returned to prepending multiple times again #99
Comments
FYI, the assetMap generated when |
The same over here :/ |
Hi @typeoneerror, any solution or at least workaround regarding this? ;) I needed for a commercial project, I'm afraid :/ |
@bichotll I didn't have any issues with production builds, it was only when I had |
A failing test case would be really helpful in debugging this! |
I ran into this issue and in the process of trying to create a failing test case realised, for me at least, that's it's actually caused by an open issue on We reference the same relative image URL a few times in our CSS and each of those references appears to be rewritten multiple times, resulting in Happy to provide a failing test for the |
Yes, that would be great if you had a failing test case over there. |
(note: closed ember-cli/broccoli-asset-rewrite#43 in favor of this issue)
Updated to latest and assets are now getting "assets" three times when using customHash and prepend.
in:
<img src="assets/icons/stripe.svg">
out:
<img src="http://localhost:4200/assets/assets/assets/icons/stripe.svg">
Looks specific to customHash again (removing that fixes again) and may be related to #87
The text was updated successfully, but these errors were encountered: