-
Notifications
You must be signed in to change notification settings - Fork 73
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
Viewer doesn't work when fingerprinting for ".json" is enabled #54
Comments
You could add it to the fingerprint: {
exclude: ['svg-jar.json'],
...
} Please close the issue if it works for you. |
This doesn't work. I thinks is because the builder is creating the file on the build. |
Can you post your |
Sure!
|
It looks like it's a bug of fingerprint: {
enabled: true,
extensions: ['json', 'js', 'css', 'png', 'jpg', 'gif', 'map']
}, There's an issue at I'll change the asset name in the next release as a workaround. |
Thanks @ivanvotti! Works perfectly! :) |
Add workaround for broccoli-asset-rev bug -- fixes #54
With:
fingerprint: {
enabled: true,
}
on
ember-cli-build.js
, svg-jar viewer page is trying to load the file with the fingerprint (likesvg-jar-5aaba2f0819df980dd1e5a835456e821.json
, but the viewer builder creates:svg-jar.json
The text was updated successfully, but these errors were encountered: