-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
assetMap is rewritten if "json" is in replaceExtensions #91
Comments
Thanks for reporting. Can you add |
@rickharrison We just removed |
@rickharrison wouldn't adding [EDIT]: I noticed there's an |
Just ran into a tough-to-debug issue with broccoli-asset-rev that was causing issues in FastBoot. FastBoot relies on the asset map to generate its own manifest file.
However, in one of the apps I'm working on, they had added
json
to thereplaceExtensions
array (which I'd guess may be fairly common). Unfortunately, theassetMap.json
file is also rewritten.In effect, that means that instead of:
You instead get the prepended URL added to each path:
The text was updated successfully, but these errors were encountered: