ember-cli / ember-cli/broccoli-asset-rev

Using customHash has returned to prepending multiple times again

Open
#99 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
86
Forks
79
PR merge metrics
No merged PRs in 30d

Description

(note: closed https://github.com/rickharrison/broccoli-asset-rewrite/issues/43 in favor of this issue)

Updated to latest and assets are now getting "assets" three times when using customHash and prepend.

in:
``
out:
``

```
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 https://github.com/rickharrison/broccoli-asset-rev/issues/87

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.