Skip to content

Commit 5f57391

Browse files
committed
[DOC] Add gzip exception docs to readme
1 parent 1a5f606 commit 5f57391

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ The following properties are expected to be present on the deployment `context`
184184

185185
[ember-cli-deploy-redis](https://github.com/ember-cli-deploy/ember-cli-deploy-redis)
186186

187+
## Caveats with other plugins
188+
#### ember-cli-deploy-gzip
189+
If you're using this plugin along with [ember-cli-deploy-gzip](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip) you'll need to add an exception in your gzip config in `deploy.js`:
190+
191+
```
192+
gzip: {
193+
ignorePattern: 'index.json'
194+
}
195+
```
196+
187197
## Running Tests
188198

189199
- `npm test`

0 commit comments

Comments
 (0)