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

Unified Diff: docs/vulcanize.md

Issue 2257723002: MD WebUI: Uglify vulcanized javascript bundles to remove comments/whitespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reparent and rebase Created 4 years, 4 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/browser/resources/vulcanize.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/vulcanize.md
diff --git a/docs/vulcanize.md b/docs/vulcanize.md
index 8eddb73e617f8647d2ef2487a8015d0b645d6505..65a30b34b8282ec8eb6edb1629417ca7a4c113e2 100644
--- a/docs/vulcanize.md
+++ b/docs/vulcanize.md
@@ -12,6 +12,7 @@ Vulcanization currently requires:
- npm: >= 1.3.10 (can be found with `npm --version`)
- vulcanize: 1.14.8 (can be found with `vulcanize --version`)
- crisper: 2.0.1 (can be found with `npm list -g crisper`)
+- uglifyjs: 2.4.10 (can be found with `uglifyjs --version`)
## Installing required software
@@ -30,8 +31,8 @@ Then install the required modules:
$ npm install -g crisper vulcanize
```
-Ultimately, all that is required to run this script is that `crisper` and
-`vulcanize` are on your `$PATH`.
+Ultimately, all that is required to run this script is that `crisper`, 'uglify'
+and `vulcanize` are on your `$PATH`.
## Combining resources with vulcanize
« no previous file with comments | « chrome/browser/resources/vulcanize.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698