2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files
axios/templates/pr.hbs
T

22 lines
556 B
Handlebars

{{#if files}}
### Build info (v{{version}})
Client bundles:
{{#each files}}
- {{ name}} ({{ path }})
- **[ this ]** - {{ filesize size }} (**{{ filesize gzip }}** gzipped, {{percent compressed}})
{{#each history}}
- **[{{ tag }}]** - {{filesize size}} (**{{ filesize gzip }}** gzipped, {{percent compressed}})
{{/each}}
{{/each}}
{{/if}}
{{#if warns}}
#### Warnings
{{#each warns}}
{{#if sizeReport}}
- ⚠️ File `{{filename}}` has increased in size by `{{filesize diff}}` (`+{{percent percent}}`)
{{/if}}
{{/each}}
{{/if}}