ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-gzip
Add an option to only keep gzipped files when smaller
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes you do not really know whether a file compresses good (enough) with gzip so that it will actually become smaller.
It would be nice to introduce an option which will discard the gzipped file if the resulting file is larger, and just keep the original one.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the plugin's gzip processing entry point and existing option handling, then inspect how compressed output is written. Done means an option preserves the original when the gzipped file is larger and keeps the gzipped file when it is smaller, with tests covering both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100