ember-cli / broccoli-asset-rev

Broccoli plugin to add fingerprint checksums and CDN URLs to your assets
MIT License
87 stars 84 forks source link

assetMap.json replacement is wrong #136

Open amk221 opened 4 years ago

amk221 commented 4 years ago

For example:

fetch('assetMap.json')

results in

fetch('https://cdn.com/assets/assets/assetMap.json')

...notice assets/assets

when it should be:

fetch('https://cdn.com/assets/assetMap.json')
amk221 commented 4 years ago

Seems to only be the case when fingerprintAssetMap: false