We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
<img src="assets/icons/stripe.svg">
<img src="http://localhost:4200/assets/assets/assets/icons/stripe.svg">
var fingerprintOptions = { enabled: true, extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg'], generateAssetMap: true, prepend: 'http://localhost:4200/', customHash: null, generateAssetMap: false };
Looks specific to customHash again (removing that fixes again) and may be related to ember-cli/broccoli-asset-rev#87
The text was updated successfully, but these errors were encountered:
closed in favor of ember-cli/broccoli-asset-rev#99
Sorry, something went wrong.
No branches or pull requests
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 ember-cli/broccoli-asset-rev#87
The text was updated successfully, but these errors were encountered: