Skip to content

Commit c6f820a

Browse files
committed
Document bundle recipes
1 parent b55c668 commit c6f820a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

tools/make/lib/bundle/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,42 @@ This directory contains [`make`][make] recipes for generating bundles and other
1212

1313
<!-- /.intro -->
1414

15+
<!-- Usage documentation. -->
16+
17+
<section class="usage">
18+
19+
## Usage
20+
21+
```text
22+
Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
23+
```
24+
25+
### Commands
26+
27+
#### dist-browser-bundles
28+
29+
Generates distributable browser bundles.
30+
31+
<!-- run-disable -->
32+
33+
```bash
34+
$ make dist-browser-bundles
35+
```
36+
37+
#### update-dist-readme-browser-bundle-stats
38+
39+
Updates a README file documenting distributable browser bundles to include the most recent bundle statistics.
40+
41+
<!-- run-disable -->
42+
43+
```bash
44+
$ make update-dist-readme-browser-bundle-stats
45+
```
46+
47+
</section>
48+
49+
<!-- /.usage -->
50+
1551
<!-- Section to include notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
1652

1753
<section class="notes">

0 commit comments

Comments
 (0)