mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +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}}
|