You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm kind of lost looking for the origin of a specific problem. Any tips would be much appreciated!
The problem
The asset map is supposed to be original file paths as keys and the fingerprinted file paths as values. However in my setup ([email protected] and [email protected]) they are both fingerprinted, like this:
I've tried with various options on/off like assetMapFingerprinting or checking if railsStyleManifest maybe doesn't suffer from this (it also does). The related tests here still pass tho and checking a fresh ember CLI setup also doesn't display this, so it seems there's something to my setup that causes this.
Any ideas? Tips on how to further diagnose this would already help! :)
The text was updated successfully, but these errors were encountered:
Hi, I'm kind of lost looking for the origin of a specific problem. Any tips would be much appreciated!
The problem
The asset map is supposed to be original file paths as keys and the fingerprinted file paths as values. However in my setup (
[email protected]
and[email protected]
) they are both fingerprinted, like this:Symptom
assets/assetMap.json
Diagnosing
I've tried with various options on/off like
assetMapFingerprinting
or checking ifrailsStyleManifest
maybe doesn't suffer from this (it also does). The related tests here still pass tho and checking a fresh ember CLI setup also doesn't display this, so it seems there's something to my setup that causes this.Any ideas? Tips on how to further diagnose this would already help! :)
The text was updated successfully, but these errors were encountered: