mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
11 lines
213 B
Handlebars
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}}
|