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
2023-01-08 02:51:52 +02:00

11 lines
213 B
Handlebars

{{#if files}}
### Build info
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} (**{{ filesize gzip }}** gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
{{/each}}
{{/each}}
{{/if}}