ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-json-config

Documentation to mention additonal config if using gzip plugin

Abierto
#23 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
17
Forks
11
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Love the plugin and the rest of ember-cli-deploy - thank you.

I just ran into an issue where my `index.json` file was gzipped along with other resources which obviously caused problems.

I don't believe this to be a bug but maybe worth adding to the docs / readme that if using in conjunction with ember-cli-deploy-gzip that you should add the following to your `deploy.js` file:

```
gzip: {
ignorePattern: 'index.json'
}
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.