Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: docs/optimizing_web_uis.md

Issue 2936333002: WebUI: Replace vulcanize with polymer-bundler (Closed)
Patch Set: Address comments. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/polymer_browser_test_base.js ('k') | third_party/node/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/optimizing_web_uis.md
diff --git a/docs/optimizing_web_uis.md b/docs/optimizing_web_uis.md
index d1b0c5dcbde58bb63108c1e238949de288431d69..686ff98d2c0daf88b5a9eff870b401dfb02e365e 100644
--- a/docs/optimizing_web_uis.md
+++ b/docs/optimizing_web_uis.md
@@ -27,7 +27,7 @@ continue (i.e. script execution may be paused).
```
To reduce this latency, Chrome uses a tool created by the Polymer project named
-[vulcanize](https://github.com/Polymer/polymer-bundler/tree/1.x). It processes
+[polymer-bundler](https://github.com/Polymer/polymer-bundler). It processes
a page starting from a URL entry point and inlines resources the first time
they're encountered. This greatly decreases latency due to HTML imports.
« no previous file with comments | « chrome/test/data/webui/polymer_browser_test_base.js ('k') | third_party/node/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698