File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff 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 " >
You can’t perform that action at this time.
0 commit comments