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

Triple prepend assets #43

Closed
typeoneerror opened this issue Jul 17, 2016 · 1 comment
Closed

Triple prepend assets #43

typeoneerror opened this issue Jul 17, 2016 · 1 comment

Comments

@typeoneerror
Copy link

typeoneerror commented Jul 17, 2016

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">

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant