ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-gzip
ignorePattern doesn't seem to be working
- Langage dominant
- JavaScript
- Étoiles
- 11
- Forks
- 15
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Howdy 👋
Just trying to stop this gzipping my sourcemaps and I've been trying to add an ignorePattern that doesn't seem to be working 😕
I've tried `ignorePattern: '**.map'` and `ignorePattern: '*.map'` but they both still gzipped my sourcemaps. I even tried `ignorePattern: '\*\*/\*.map',` which I lifted from the default filePattern 😂
I ended up working around this by just using filePattern with `map` removed as an option, but I figured I should open an issue to see if there is anything I can do to help. I would love to add a failing test if someone could at least point me in the right direction.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par suivre la manière dont le plugin lit et applique ignorePattern, en le comparant à l’option filePattern qui fonctionne. Reproduisez le cas de sourcemap à l’aide des patterns indiqués et ajoutez un test en échec si le dépôt dispose déjà d’un point d’entrée de test existant ; le travail est considéré comme terminé lorsque les fichiers .map correspondants restent non compressés tandis que les autres fichiers éligibles sont toujours compressés avec gzip.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- tooling
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100