ember-cli-deploy-manifest
ember-cli-deploy-manifest copied to clipboard
[DOC] Specify config file location and format in README
What Changed & Why
While investigating why my robots.txt file was not being updated in S3 upon deploy I figured I could simply exclude the file from the manifest. I initially tried to add fileIgnorePattern into the ENV.s3 config, until I realized it was supposed to be in ENV.manifest. My guess is that I'm not the only one confused by this, so I thought the docs could be a bit more explicit.
Related issues
None
PR Checklist
- [ ] Add tests
- [x] Add documentation
- [ ] Prefix documentation-only commits with [DOC]