| Index: docs/optimizing_web_uis.md
|
| diff --git a/docs/optimizing_web_uis.md b/docs/optimizing_web_uis.md
|
| index 2e484b57c6ea4fe5e49bc977e6d4e7c553e206c5..d1b0c5dcbde58bb63108c1e238949de288431d69 100644
|
| --- a/docs/optimizing_web_uis.md
|
| +++ b/docs/optimizing_web_uis.md
|
| @@ -10,19 +10,6 @@ use_vulcanize = true
|
| is_debug = false
|
| ```
|
|
|
| -If you make local changes, you likely need to re-run:
|
| -
|
| -```
|
| -$ chrome/browser/resources/vulcanize.py
|
| -```
|
| -
|
| -And rebuild Chrome to see effects. vulcanize.py will result in local changes to
|
| -*crisper* and *vulcanized* files that you must currently check in.
|
| -
|
| -*NOTE: Vuclanize is being integrated directly into
|
| -[GN/Ninja](https://crbug.com/673825), so this workflow is likely to change
|
| -soon.*
|
| -
|
| ## How is the code optimized?
|
|
|
| ### Resource combination
|
|
|