We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried to add url into fingerprint.prepend but not working too
The text was updated successfully, but these errors were encountered:
http://stackoverflow.com/questions/25676548/ember-cli-heroku-deployment-cannot-access-public-folder
Figured this out a while back, in case anyone wants to know it's because Ember-CLI's fingerprinting conflicting with direct-linking the images.
Adding this in Brocfile.js:
fingerprint: { exclude: ['assets/images'] }
Allows the filed to be direct-linked. See the ember-cli documentation for more details.
Sorry, something went wrong.
It doesn't work. posted issue to community here
It works in AWS cloudfront but not in heroku
No branches or pull requests
tried to add url into fingerprint.prepend but not working too
The text was updated successfully, but these errors were encountered: