Support fingerprinting and prefixing of manifest.json file with broccoli-asset-rev
san650 opened this issue · 2 comments
san650 commented
- Generate fingerprinting for
manifest.json
file - Use broccoli-asset-rev's
prepend
option - Add the correct file name to the meta tag
<meta name="manifest"...
- Allow to turn off the fingerprinting of
manifest.json
file (or at least document how to do it withbroccoli-asset-rev
).
sivakumar-kailasam commented
I tried taking a stab at this but the node tests seem flaky that they timed out without processing anything. Is that a known issue? (Hadn't looked into tests deep enough to uncover what the cause might be)
san650 commented
No, they never timed out on my machine or the CI.
I'm using ember-cli-addon-tests for the add-on's acceptance tests. These tests take a lot of time to run, there's a timeout
configuration in the tests. Try with a higher timeout to see if they fail. See